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
    • Type Parameters

      Parameters

      • ctor: TypedArrayConstructor<T>
      • args: Parameters<TypedArrayConstructor<T>["of"]>

      Returns T

Generated using TypeDoc