Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dutf.d3314 static struct ByCodeUnitImpl struct
3322 @property auto save() { return ByCodeUnitImpl(str.save); } in save() argument
3328 auto opSlice(size_t lower, size_t upper) { return ByCodeUnitImpl(str[lower .. upper]); } in opSlice() argument
3337 static assert(isRandomAccessRange!ByCodeUnitImpl); argument