The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
StackTree.opBinaryRight
dstats
alloc
StackTree
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
)
(
U
whatToFind
)
Meta
Source
See Implementation
dstats
alloc
StackTree
constructors
this
functions
find
insert
opApply
opBinaryRight
remove
properties
length
Find an element and return a pointer to it, or null if not present.