pub type Included<T, B> = IndexSet<Indexed<Node<T, B>>>;
struct Included<T, B> { /* private fields */ }