Searched defs:SliceableRange (Results 1 – 1 of 1) sorted by relevance
8454 struct SliceableRange(Range, Flag!"withOpDollar" withOpDollar = No.withOpDollar, struct8464 return SliceableRange!(Range, withOpDollar, No.withInfiniteness)(arr[i .. j]); in opSlice() argument8469 enum empty = false;8473 @property bool empty() { return arr.empty; } in empty()8474 @property auto length() { return arr.length; } in length()8503 SliceableRange!(T, No.withOpDollar, No.withInfiniteness), argument