fillBytes
fillBytes(
out):void
Defined in: src/global/numbers.ts:176
Fill an existing buffer, with no allocation.
Parameters
Section titled “Parameters”Uint8Array
Returns
Section titled “Returns”void
Example
Section titled “Example”const buffer = new Uint8Array(32);fillBytes(buffer);