EBTree64.firstLessEqual

Searches the tree for the first node whose key is <= the specified key, and returns it.

class EBTree64(bool signed = false)
firstLessEqual

Parameters

key Key

key to search for

Return Value

Type: Node*

first node <= than specified key, may be null if no node found

Meta