Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/algorithm/
H A Dsetops.d1125 struct SetIntersection(alias less = "a < b", Rs...) struct
1131 alias comp = binaryFun!less;
1132 alias ElementType = CommonType!(staticMap!(.ElementType, Rs));
1135 void adjustPosition() in adjustPosition()
1162 this(Rs input) in this()
1170 @property bool empty() in empty()
1180 void popFront() in popFront()
1206 @property SetIntersection save() in save() argument