BSTNode.this

Undocumented in source.
struct BSTNode(K, E)
@nogc
this
(
K key
,,
BSTNode!(K, E)* left = null
,
BSTNode!(K, E)* right = null
)

Meta