arktypea
arktype10mo ago
LukeAbby

How to make an `Int32Array<SharedArrayBuffer>`?

Doing TypedArray.Int32 gives Int32Array<ArrayBufferLike> but I want Int32Array<SharedArrayBuffer>

This probably applies to customizing any type of the int32 array but this is all I personally care about.
Was this page helpful?