Is there a navigator that navigates to the singleton subsequence containing each element of a collection? This would give the transformer the opportunity to turn one element into many elements, and “splice” them back into the parent collection.
in other words, it would navigate to (srange 0 1)
, then (srange 1 2)
, etc
continuous-subseqs
is close to what I want, but I want the subseqs to not be continuous