-
The key used to keep this node sorted within an
AVLTree
.Declaration
Swift
public var key: Key
-
The payload contained herein.
Declaration
Swift
public var value: Value
DataStructures Docs (81% documented)
The key used to keep this node sorted within an AVLTree
.
Swift
public var key: Key
The payload contained herein.
Swift
public var value: Value