ArrayStore.add()method

add(...items: T[]): void

Add one or more items to this array.

  • Duplicate items (already present in the array) are skipped.