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
- core/bentley/src/IndexMap.ts Line 15
Last Updated: 30 November, 2023