Optional.isNone

Returns true if the optional is a None; false otherwise

struct Optional(T)
bool
isNone
()

Meta