Right now it only allows non-null values. Create another constructor with the signature ``` fn __init__(inout self, values: List[Optional[T]]): ... ```