Description
class SmartArrayNoDuplicate extends SmartArray
Methods
push(value) → void
Parameters
|
Name |
Type |
Description |
|
value |
T |
|
pushNoDuplicate(value) → boolean
Parameters
|
Name |
Type |
Description |
|
value |
T |
|
reset() → void
concatWithNoDuplicate(array) → void
Parameters
|
Name |
Type |
Description |
|
array |
any |
|