Optional.this

Constructs an optional with a given value.

struct Optional(T)
this
()

Parameters

value T

The value to use.

Meta