IndexedValue<T> Class

Associates a value of type T with an index representing its insertion order in an IndexMap

Methods

Name Description
constructor<T>(value: T, index: number): IndexedValue<T>    

Properties

Name Type Description
index Readonly number    
value Readonly T    

Defined in

Last Updated: 20 April, 2024