Searched defs:hasSliceToEnd (Results 1 – 1 of 1) sorted by relevance
7069 private enum hasSliceToEnd = is(typeof(Source.init[_chunkSize .. $]) == Source); variable7649 enum hasSliceToEnd = hasSlicing!Source && is(typeof(Source.init[0 .. $]) == Source); member8514 enum hasSliceToEnd = hasSlicing!Range && is(typeof(Range.init[0 .. $]) == Range); variable