Dictionary.Node

Undocumented in source.
struct Dictionary(K, V)
alias Node = KeyValueNode!(K, V)

Meta