js-util

Home > rc-js-util > _Map > clearingDeleteFromSet

_Map.clearingDeleteFromSet property

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;

Remarks

See mapDeleteFromSet().