js-util

Home > rc-js-util > _Map > reportingAddToSet

_Map.reportingAddToSet property

Used with maps that store sets. Where a set exists for a given key the value will be added to that set, otherwise a new set will be created containing the value.

Signature:

static readonly reportingAddToSet: typeof mapReportingAddToSet;

Remarks

See mapReportingAddToSet().