Optional.isEmpty

struct Optional(T)
nothrow const
bool
isEmpty
()

Return Value

Type: bool

Whether this Optional does not contain a value

Meta