Home > rc-js-util > _Map > clearingDeleteFromSet
Used with maps that store sets. Where a set exists for a given key the value will be removed from that set, if it is empty after removal, then the set is deleted.
Signature:
static readonly clearingDeleteFromSet: typeof mapClearingDeleteFromSet;
See mapDeleteFromSet().