Skip to main content

Array

Methods

first

first: () => T

last

last: () => T

contains

contains: (target: T) => boolean

remove

remove: (target: T) => void

shuffle

shuffle: () => this

unique

unique: () => T[]