slices

[procedure] slices list 'size [fill? padding'']

Gauche:

 Splits list into the sublists (slices) where the length of each
 slice is k.  Provided in util.list module.