Skip to content

Latest commit

 

History

History
54 lines (26 loc) · 755 Bytes

File metadata and controls

54 lines (26 loc) · 755 Bytes

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

ArrayVector.map() method

Returns the dimension of the vector

Signature:

map(valueFromEntry: (entry: S, index: number) => S): Vector<S>;

Parameters

Parameter

Type

Description

valueFromEntry

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

Returns:

Vector<S>

The dimension