Type Alias HashArrayOptions<T>
Type Parameters
Type declaration
Optional
ignoreDuplicates ?: booleanWhen true, any attempt to add items that collide with any items in the HashArray will be ignored.
Optional
list?: T[]An external array that is used for the list backing this HashArray allowing any owner direct access to the list.
Options for HashArray.