Returns a generator of a sequence catenated from results of
gens, each of which should generate something sequential.
Source
(defncat"Returns a generator of a sequence catenated from results of
gens, each of which should generate something sequential."[&gens](fmap #(applyconcat %)(applytuplegens)))