BinarySearchTree.getPtr

Gets the pointer of an element.

struct BinarySearchTree(K, E)
@nogc
E*
getPtr
(
K key
)

Meta