some

Wraps value in an Optional type.

ref @trusted @nogc nothrow
some
(
T
)
(
auto ref T value
)

Parameters

value T

The value to wrap

Return Value

Type: Option!T

The value wrapped in an optional type. null values will be seen as invalid.

Meta