Expand description
Tiny library that provides with Sequence
a configurable number generator.
Structs§
- Sequence
- A number generator that produces monotonously increasing integer numbers, starting from a configurable start-point.
Traits§
- SeqNum
- Helper trait to deal generically with built-in types.