Mset
Bun

method

buffer.Buffer.set

array: ArrayLike<number>,
offset?: number
): void;

Sets a value or an array of values.

@param array

A typed or untyped array of values to set.

@param offset

The index in the current array at which the values are to be written.