js-util

Home > rc-js-util > _Map > deleteFromSet

_Map.deleteFromSet property

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;

Remarks

See mapDeleteFromSet().