Searched defs:BiRange (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/algorithm/ |
H A D | searching.d | 2136 static struct BiRange struct 2140 @property BiRange save() { return this; } in save() argument 2146 auto r = BiRange([1, 2, 3, 10, 11, 4]); argument
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/algorithm/ |
H A D | searching.d | 2170 static struct BiRange struct 2174 @property BiRange save() { return this; } in save() argument 2180 auto r = BiRange([1, 2, 3, 10, 11, 4]); argument
|