Home > rc-js-util > _Map > deleteFromSet
Used with maps that store sets. Where a set exists for a given key the value will be removed from that set.
Signature:
static readonly deleteFromSet: typeof mapDeleteFromSet;
See mapDeleteFromSet().