LookupArray<'T> Type
A store of 'T addressed by the index each item was stamped with when it was added. Mutable, deliberately, and build-scoped: see docs/mutableState.md. Nothing outside the module should write `Items` or `Count`.
Record fields
| Record Field | Description |
Full Usage:
AddIndexStamp
Field type: 'T -> int -> 'T
|
|
Full Usage:
Count
Field type: int
Modifiers: mutable |
|
Full Usage:
GetIndex
Field type: 'T -> int
|
|
Full Usage:
Items
Field type: 'T array
Modifiers: mutable |
|
Full Usage:
MaxIncrement
Field type: int
|