Structs
- Inner node with two direct children.
- Iterate over tree
- Leaf nodes represent prefixes part of the set
Enums
- Represents either an IPv4 or an IPv6 network or “any”.
Cidr
type representing either an IPv4 or an IPv6 network- Nodes of a CidrMap can be either an InnerNode (with two children) or a leaf node.