pad-groups ( seq n elt -- padded )


Vocabulary
grouping.extras

Inputs
seqa sequence
nan integer
eltan object


Outputs
paddedan object


Word description
Pads seq at the end with element elt such that its length is divisible by n.

Definition