Package: effect
Module: MutableHashMap
Returns true when the MutableHashMap contains no key-value pairs.
When to use
Use to branch on whether a mutable map currently has any entries.
See
size for reading the exact number of entriesSignature
declare const isEmpty: <K, V>(self: MutableHashMap<K, V>) => boolean
Since v2.0.0