StackTree.opIn_r

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*
opIn_r
(
U
)

Meta