//arrow-core/arrow.core/Option/isEmpty
common abstract fun isEmpty(): Boolean
Returns true if the option is None, false otherwise.
Do you like Arrow?