How to make an `Int32Array<SharedArrayBuffer>`?
Doing
This probably applies to customizing any type of the int32 array but this is all I personally care about.
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.