orx-iterable 1.3.0

Defines and implements Iterable, Collection and CollectionMut traits to represent types that can be iterated over multiple times.
Documentation
1
2
3
4
mod empty;
mod once;
mod repeat;
mod repeat_n;