Home > @josh-brown/vector > ArrayVector > forEach
Returns the dimension of the vector
Signature:
forEach(callback: (entry: S, index: number) => void): void;|
Parameter |
Type |
Description |
|---|---|---|
|
callback |
(entry: S, index: number) => void |
Returns:
void
The dimension