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
5
6
7
8
9
10
mod collection_mut_obj;
mod collection_obj;
mod iterable_obj;
mod producing_iterables;
mod sources;
mod transformations;

pub use collection_mut_obj::CollectionMutObj;
pub use collection_obj::CollectionObj;
pub use iterable_obj::IterableObj;