Skip to content

fillBytes

fillBytes(out): void

Defined in: src/global/numbers.ts:176

Fill an existing buffer, with no allocation.

Uint8Array

void

const buffer = new Uint8Array(32);
fillBytes(buffer);