Function Tag.NamespaceRange.opBinaryRight
Inefficient when range is a slice or has used popFront/popBack, but it works.
Prototype
bool opBinaryRight(string op)(
string namespace
)
if (op == "in");
Inefficient when range is a slice or has used popFront/popBack, but it works.
bool opBinaryRight(string op)(
string namespace
)
if (op == "in");