``` fn __init__(inout self, bools: List[Optional[Bool]): ... fn __getitem__(self, index: Int) raises -> Optional[Bool]: ```