array
array<
A>():Combinable<readonlyA[]>
Defined in: Core/Combinable.ts:75
Combines arrays by concatenation. Empty array is the neutral element.
Type Parameters
Section titled “Type Parameters”A
Returns
Section titled “Returns”Combinable<readonly A[]>