Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/range/
H A Dpackage.d7069 private enum hasSliceToEnd = is(typeof(Source.init[_chunkSize .. $]) == Source); variable
7649 enum hasSliceToEnd = hasSlicing!Source && is(typeof(Source.init[0 .. $]) == Source); member
8514 enum hasSliceToEnd = hasSlicing!Range && is(typeof(Range.init[0 .. $]) == Range); variable