Skip to content

cjrh/enumerate_reversible

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

https://coveralls.io/repos/github/cjrh/enumerate_reversible/badge.svg?branch=master

enumerate_reversible

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__.

About

A replacement enumerate function that allows reverse order

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published

Contributors 2

  •  
  •  

Languages