merge - sellout/data-structure-zoo GitHub Wiki
merge
combines two containers in a way that preserves all the elements of each, but distinct from [[concatenate]]
in that the items from each container may be interleaved or reordered in the resultant container.