js-util

Home > rc-js-util > _Array > pushUnique

_Array.pushUnique property

Like Array.push but checks if the value is unique first.

Signature:

static readonly pushUnique: typeof arrayPushUnique;

Remarks

See arrayPushUnique().