Searched refs:idxArray (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
| H A D | uni.d | 1563 int[] idxArray = [2, 3, 5, 8, 13]; 1564 auto sliced = sliceOverIndexed(0, idxArray.length, &idxArray); 1590 sliceOverIndexed(0, 2, &idxArray)[0 .. 2] = -1; variable 1591 assert(idxArray[0 .. 2] == [-1, -1]); 1593 auto nullSlice = sliceOverIndexed(0, 0, &idxArray);
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/uni/ |
| H A D | package.d | 1533 int[] idxArray = [2, 3, 5, 8, 13]; 1534 auto sliced = sliceOverIndexed(0, idxArray.length, &idxArray); 1560 sliceOverIndexed(0, 2, &idxArray)[0 .. 2] = -1; variable 1561 assert(idxArray[0 .. 2] == [-1, -1]); 1563 auto nullSlice = sliceOverIndexed(0, 0, &idxArray);
|