Home > rc-js-util > _Array > pushUnique
Like Array.push but checks if the value is unique first.
Array.push
Signature:
static readonly pushUnique: typeof arrayPushUnique;
See arrayPushUnique().