Function StackTree.opIn_r

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

T* opIn_r(U) (
  U whatToFind
);