This repository was archived by the owner on Mar 10, 2025. It is now read-only.
Releases: DevL/Pyby
Releases · DevL/Pyby
0.4.0
0.3.0
0.2.1
0.2.0
0.1.0
Initial release into the wild.
Implements Enumerable
, EnumerableList
, EnumerableDict
with support for:
- collect/map (no args)
- collect/map (callable args)
- compact
- each (no args)
- each (callable arg)
- first (no args)
- first (n elements)
- take
Also implements Enumerator
with support for:
- next
- peek
- rewind