transposed

fnTransposed!(RangeOfRanges, opt) transposed(TransverseOptions opt = TransverseOptions.assumeJagged, RangeOfRanges)(RangeOfRanges rr) if (isForwardRange!RangeOfRanges && isInputRange!(ElementType!RangeOfRanges) && hasAssignableElements!RangeOfRanges)

Given a range of ranges, returns a range of ranges where the i'th subrange contains the i'th elements of the original subranges.

Parameters

optControls the assumptions the function makes about the lengths of the ranges (i.e. jagged or not)
rrRange of ranges