Some

This type represents a value which cannot be null by its contracts.

Disabled Default Constructor

A disabled default is present on this object. To use it, use one of the other constructors or a factory function.

Constructors

this
this(inout(U) value)

Construct this object by wrapping a given value.

Alias This

get

Implicitly convert Some!T objects to T.

Members

Functions

opAssign
void opAssign(U value)

Assign another value to this object.

Properties

get
inout(T) get [@property getter]

Get the value from this object.

Meta