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