Extension/helper methods for ranges.
|
static int | Skip< R, T > (ref R range, int count) |
| Advances by the specified number of elements. More...
|
|
static int | DropLast< R, T > (ref R range, int count) |
|
static T | PopFirst< R, T > (ref R range, T defaultValue) |
|
static T | PopFirst< R, T > (ref R range) |
|
static T | PopLast< R, T > (ref R range, T defaultValue) |
|
static T | PopLast< R, T > (ref R range) |
|
static bool | Contains< R, T > (this R range, IRangeEx< R, T > other) |
|
static bool | Overlaps< R, T > (this R range, IRangeEx< R, T > other) |
|