Expose traits for iteration over ranges on custom domains
resolves #57 (closed)
- make
Iterablepublic so that it can be implemented for customimpl Domaintypes. - make
GenericIteratorpublic so that there is a nicer way to say<GenericRange<MyDomain> as IntoIterator>::IntoIter!
also, I have added an integration test / example demonstrating the kind of usage I have in mind. Hopefully this will be useful to others.