EBTree64.opIn_r

Searches the tree for the specified key, and returns the first node with that key.

class EBTree64(bool signed = false)
opIn_r

Parameters

key Key

key to search for

Return Value

Type: Node*

pointer to first node in tree with specified key, may be null if no nodes found

Meta