Optional.isSome

Returns true if the optional is a Some; false otherwise

struct Optional(T)
bool
isSome
()

Meta