[]
[]
= ["Chris McDonald <mail.chris.mcdonald@gmail.com>"]
= """
Iterator for slices similar to .chunks() but starting from the back
of the slice and moving towards the front. Differs from .chunks().rev() in
handling cases where the slice is not a multiple of chunk size.
"""
= ["chunks", "rchunks", "iterator", "slice"]
= "MIT"
= "rchunks"
= "https://github.com/cjm00/rchunks"
= "0.1.4"