Skip to content

Latest commit

 

History

History
54 lines (26 loc) · 719 Bytes

File metadata and controls

54 lines (26 loc) · 719 Bytes

Home > @josh-brown/vector > ArrayVector > forEach

ArrayVector.forEach() method

Returns the dimension of the vector

Signature:

forEach(callback: (entry: S, index: number) => void): void;

Parameters

Parameter

Type

Description

callback

(entry: S, index: number) => void

Returns:

void

The dimension