First array to concatenate.
Second array to concatenate.
Combined non-empty array.
Joins two Array
s or NonEmptyArray
s in order, returning a new
NonEmptyArray
. At least one of the provided arrays must be non-empty.
First array to concatenate.
Second array to concatenate.
Combined non-empty array.
Joins two
Array
s orNonEmptyArray
s in order, returning a newNonEmptyArray
. At least one of the provided arrays must be non-empty.