Home > @josh-brown/vector > VectorIndexFunction
A function that generates a vector entry based on its index
Signature:
export type VectorIndexFunction<S> = (index: number) => S;This should be a pure function
Home > @josh-brown/vector > VectorIndexFunction
A function that generates a vector entry based on its index
Signature:
export type VectorIndexFunction<S> = (index: number) => S;This should be a pure function