Searched defs:SetIntersection (Results 1 – 1 of 1) sorted by relevance
1125 struct SetIntersection(alias less = "a < b", Rs...) struct1131 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