js-util

Home > rc-js-util > _Map > concat

_Map.concat property

Used with maps that store arrays. Where an array exists for a given key the values will be appended to that array, otherwise a copy of values array will be inserted.

Signature:

static readonly concat: typeof mapConcat;

Remarks

See mapConcat().