Home
last modified time | relevance | path

Searched defs:SliceableRange (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/range/
H A Dpackage.d8454 struct SliceableRange(Range, Flag!"withOpDollar" withOpDollar = No.withOpDollar, struct
8464 return SliceableRange!(Range, withOpDollar, No.withInfiniteness)(arr[i .. j]); in opSlice() argument
8469 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