
export type SignedTypedArray =
        | Float32Array
        | Float64Array
        | Int8Array
        | Int16Array
        | Int32Array;
