js-util

Home > rc-js-util > TTypedArrayTupleMutativeMethods

TTypedArrayTupleMutativeMethods type

The method names of ATypedArrayTuple which mutate the array.

Signature:

export declare type TTypedArrayTupleMutativeMethods = "fill" | "copyWithin" | "reverse" | "set" | "sort" | "subarray";