Home > rc-js-util > TTypedArrayTupleMutativeMethods
The method names of ATypedArrayTuple which mutate the array.
Signature:
export declare type TTypedArrayTupleMutativeMethods = "fill" | "copyWithin" | "reverse" | "set" | "sort" | "subarray";