Skip to content

Latest commit

 

History

History
57 lines (29 loc) · 700 Bytes

File metadata and controls

57 lines (29 loc) · 700 Bytes

APIDocs


API / <internal> / BigSparseArray

Class: BigSparseArray<T>

Type Parameters

T

Constructors

new BigSparseArray()

new BigSparseArray<T>(): BigSparseArray<T>

Returns

BigSparseArray<T>

Properties

maxLength

readonly maxLength: number

Methods

get()

get(index): undefined | T

Parameters

index: number

Returns

undefined | T


set()

set(index, value): T

Parameters

index: number

value: T

Returns

T