Package: effect Module: MutableList
effect
MutableList
Returns true if the list contains zero elements, false, otherwise.
true
false
Signature
declare const isEmpty: <A>(self: MutableList<A>) => boolean
Source
Since v2.0.0