effect-io-ai

Package: effect
Module: MutableList

MutableList.isEmpty

Returns true if the list contains zero elements, false, otherwise.

Signature

declare const isEmpty: <A>(self: MutableList<A>) => boolean

Source

Since v2.0.0