pub type InternalNode = BTreeMap<Arc<Vector>, RoutingProperties>;
struct InternalNode { /* private fields */ }