- makeVector<T>(data): Vector<TypedArrayDataType<T>>
Type Parameters
- T extends TypedArray | BigIntArray
Returns Vector<TypedArrayDataType<T>>
- makeVector<T>(data): Vector<dtypes.Int8>
Returns Vector<dtypes.Int8>
- makeVector<T>(data): Vector<T>
- makeVector<T>(data): Vector<T>
- makeVector<T>(data): Vector<T>
Parameters
- data: DataProps<T> | readonly DataProps<T>[]
Creates a Vector without data copies.