Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/algorithm/
H A Diteration.d2960 static if (isBidirectional)
2965 enum isBidirectional = isBidirectionalRange!RoR && member
3024 static if (isBidirectional)
3079 static if (isBidirectional)
3086 static if (isBidirectional)
3100 static if (isBidirectional)
3198 static if (isBidirectional)
3207 static if (isBidirectional)
3607 enum isBidirectional = isForwardRange!RoR && isForwardRange!(ElementType!RoR) &&
3609 static if (isBidirectional)
[all …]
H A Dsorting.d1095 static if (isBidirectional)
1106 private enum isBidirectional = allSatisfy!(isBidirectionalRange, staticMap!(Unqual, Rs)); member
1184 static if (isBidirectional)
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/algorithm/
H A Dsorting.d1082 static if (isBidirectional)
1093 private enum isBidirectional = allSatisfy!(isBidirectionalRange, staticMap!(Unqual, Rs)); member
1172 static if (isBidirectional)