package optional type Optional[T any] struct { Present bool Value T }