Constructors
constructor
- new Index(byteLength): Index
Properties
Readonly
byteLength
byteLength: number
Methods
skipFirst
- skipFirst(value, position?): number
Parameters
- value: boolean
Optional
position: number
Returns number
skipLast
- skipLast(value, position?): number
Parameters
- value: boolean
Optional
position: number
Returns number
update
- update(bit): boolean
Returns boolean
Static
from
- from(field, byteLength): DenseIndex
Parameters
- field: TypedArray
- byteLength: number
- from(chunks, byteLength): SparseIndex
Parameters
- chunks: Chunk[]
- byteLength: number