Maybe.isNull

struct Maybe(Arguments...)
@property
bool
isNull
()

Return Value

Type: bool

$(D_KEYWORD true) if the tuple is set, $(D_KEYWORD false) otherwise.

Meta