IndexedValue<T> Class

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

Methods

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

Properties

Name Type Description
index number    
value T    

Defined in

Last Updated: 08 January, 2020