Enhanced C#
Language of your choice: library documentation
|
A bidirectional range that can perform operations such as intersection and overlap tests on pairs of ranges. More...
A bidirectional range that can perform operations such as intersection and overlap tests on pairs of ranges.
Additional Inherited Members | |
Properties inherited from Loyc.Collections.IBRangeEx< R, T > | |
IEnumerable< T > | InnerList [get] |
Gets the list upon which this range is based. More... | |
int | SliceStart [get] |
Index where this range starts within the InnerList. More... | |
Properties inherited from Loyc.Collections.IBRange< out T > | |
T | Back [get] |
Returns the value of the last item in the range. More... | |
Properties inherited from Loyc.Collections.IFRange< out T > | |
T | Front [get] |
Returns the first value in the range, without popping it. More... | |
Properties inherited from Loyc.Collections.IIsEmpty | |
bool | IsEmpty [get] |
Public Member Functions inherited from Loyc.Collections.IBRangeEx< R, T > | |
R | Intersect (R other) |
Gets the region of overlap between two ranges. More... | |
R | Union (R other) |
Gets a range just large enough to contain both ranges. More... | |
Public Member Functions inherited from Loyc.Collections.IBRange< out T > | |
T | PopBack (out bool fail) |
Removes the last item from the range and returns it. More... | |
Public Member Functions inherited from Loyc.Collections.IFRange< out T > | |
T | PopFront (out bool fail) |
Removes the first item from the range and returns it. More... | |
Public Member Functions inherited from Loyc.ICloneable< out T > | |
T | Clone () |