Option.some and Option.none return Option<T> instead of Some<T> and None<T> because Option is a u...

Can someone explain to me why Option.some and Option.none return an Option<T> instead of Some<T> and None<T>?
Was this page helpful?