Enhanced C#
Language of your choice: library documentation
Loyc.Collections.RangeEnumerator< R, T > Struct Template Reference

Helper struct: enumerates through a forward range (IFRange<T>), calling the range methods through R instead of through IFRange<T>. More...


Source file:

Remarks

Helper struct: enumerates through a forward range (IFRange<T>), calling the range methods through R instead of through IFRange<T>.

Type Constraints
R :IFRange<T> 
R :ICloneable<R>