pixelperfectengine v0.9.4-alpha.3 (2018-07-14T20:03:51Z)
Dub
Repo
BSTNode.opCmp
PixelPerfectEngine
system
binarySearchTree
BSTNode
Undocumented in source. Be warned that the author may not have intended to support it.
struct
BSTNode
(K, E)
@
nogc
int
opCmp
(
ref
BSTNode
!(
K
,
E
)
rhs
)
Meta
Source
See Implementation
PixelPerfectEngine
system
binarySearchTree
BSTNode
constructors
this
functions
opCmp
toString
properties
bal
height
variables
elem
key
left
right