Optional.defined

Check if the optional type is defined

struct Optional(T)
@property const
bool
defined
()

Return Value

Type: bool

true if the value is defined, false otherwise

See Also

empty()

Meta