- Preparing search index...
- The search index is not available
peekeasy
Vector
<T>: T extends ((...args
: any) => any) ? Iterable<T> & ((...params
: Parameters<T>) => Vector<ReturnType<T>>) : Iterable<T> & { [ K in keyof T]: Vector<T[K]> }
Type Parameters
Description
Similar to a vectorized object from array programming
example: