pixelperfectengine v0.9.4-beta2 (2019-02-10T22:09:11Z)
Dub
Repo
BinarySearchTree2.lookup
PixelPerfectEngine
system
binarySearchTree
BinarySearchTree2
Gets an element without allocation. Returns E.init if key not found.
struct
BinarySearchTree2
(Elem)
@
nogc
Elem
lookup
(
K
)
(
K
key
)
Meta
Source
See Implementation
PixelPerfectEngine
system
binarySearchTree
BinarySearchTree2
functions
add
findMax
findMin
insertAt
lookup
optimize
rebalanceTree
remove
rotateLeft
rotateLeftRight
rotateRight
rotateRightLeft
toString
properties
length
structs
Node
Gets an element without allocation. Returns E.init if key not found.