Skip to content

Latest commit

 

History

History
68 lines (32 loc) · 897 Bytes

File metadata and controls

68 lines (32 loc) · 897 Bytes

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

ArrayVector.combine() method

Returns the dimension of the vector

Signature:

combine(other: Vector<S>, combineEntries: (entry1: S, entry2: S) => S): Vector<S>;

Parameters

Parameter

Type

Description

other

Vector<S>

combineEntries

(entry1: S, entry2: S) => S

Returns:

Vector<S>

The dimension