Type alias TypedArrayOfApply
TypedArrayOfApply: (<T>(ctor: TypedArrayConstructor<T>, args: Parameters<TypedArrayConstructor<T>["of"]>) => T)
Type declaration
-
- <T>(ctor: TypedArrayConstructor<T>, args: Parameters<TypedArrayConstructor<T>["of"]>): T
-
Parameters
-
ctor: TypedArrayConstructor<T>
-
args: Parameters<TypedArrayConstructor<T>["of"]>
Returns T