Alternative to the builtin enumerate(), that can be fed into another
builtin, reversed(), as long as the collection being passed in implements
the Sized abstract base class, which means that it implements
__len__(). Note that it does not need to implement __getitem__.
cjrh/enumerate_reversible
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|