Option.none

Creates a new empty value.

struct Option(T)
@nogc static
none
()

Return Value

Type: Option!T

The wrapped value.

Meta