Option.some

Wraps value in an optional type.

struct Option(T)
@nogc static @trusted nothrow
some
()

Parameters

value T

The value to wrap.

Return Value

Type: Option!T

The wrapped value.

Meta