Gamo
Create a Range like struct of user define types for easy for loop. Gamo means range in Esperanto.
What is it?
Currently Rust does not have a stable API to create Range<T> of user defined type T. This crate provides a Range like struct Gamo that can be easily used with for-loops.
Usage
[]
= "0.2.0"
The type T used in Gamo<T> must implement TryToNext trait.
Example
use ;
;