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

A bidirectional range that can perform operations such as intersection and overlap tests on pairs of ranges of the same type. More...


Source file:
Inheritance diagram for Loyc.Collections.IBRangeEx< R, T >:
Loyc.Collections.IRangeEx< T >

Remarks

A bidirectional range that can perform operations such as intersection and overlap tests on pairs of ranges of the same type.

Template Parameters
RThe type that implements this interface
TThe type of elements in the range
Type Constraints
R :IBRangeEx 
R :R 
R :T 
R :ICloneable<R>