Module CondensedList
A module similar to Ordered, which takes orderable data and optional groupings to make it easy to traverse as a list.
Import path
import qtil.list.CondensedListModules
| CondenseList | A module to take orderable data (which may not be continuous) and condense it into one or more dense lists, with one such list per specified division. |