Home > @josh-brown/vector > ArrayVector > combine
Returns the dimension of the vector
Signature:
combine(other: Vector<S>, combineEntries: (entry1: S, entry2: S) => S): Vector<S>;|
Parameter |
Type |
Description |
|---|---|---|
|
other |
Vector<S> | |
|
combineEntries |
(entry1: S, entry2: S) => S |
Returns:
Vector<S>
The dimension