constructor Method
Construct an array whose contents are in blocked (row-major) order, possibly with extra capacity.
- Total capacity is
this._data.length
- Actual in-use count is
this._inUse * this._blockSize
GrowableBlockedArray(blockSize: number, initialBlocks: number8, growthFactor?: number): GrowableBlockedArray
Returns - GrowableBlockedArray
Defined in
Last Updated: 14 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.