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