Optional.isDefined

struct Optional(T)
bool
isDefined
()

Return Value

Type: bool

true if this is defined.

Meta