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