Documentation

replaceAll()

Replaces (or moves) all items in this list with the specified items.

replaceAll(items: Iterable<T | undefined>): this;

Notes

Parameters

Related