Home > rc-js-util > _Map > concat
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;
See mapConcat().