The OpenD Programming Language

StackTree.opBinaryRight

Find an element and return a pointer to it, or null if not present.

struct StackTree(T, alias key = "a", alias compFun = "a < b")
T*
opBinaryRight
(
string op : "in"
U
)

Meta