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](/sellout/data-structure-zoo/wiki/concatenate) in that the items from each container may be interleaved or reordered in the resultant container.