Typeclass supporting grouping this Tuple into tuples of N items each, at Step
apart. If Step equals N then the groups do not overlap.
Use the elements in Pad as necessary to complete last partition
up to n items. In case there are not enough padding elements, return a partition
with less than n items.
Typeclass supporting grouping this
Tupleinto tuples ofNitems each, atStepapart. IfStepequalsNthen the groups do not overlap.Use the elements in
Padas necessary to complete last partition up tonitems. In case there are not enough padding elements, return a partition with less thannitems.