Home
last modified time | relevance | path

Searched refs:replaceLen (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Darray.d2982 immutable replaceLen = to - from; variable
2983 array[from .. to] = stuff[0 .. replaceLen];
2984 insertInPlace(array, to, stuff[replaceLen .. $]);