Creates a Some instance.
value is the value that will be contained in the Some instance.
value
const factory Option.some(TValue value) = Some<TValue>;