pub trait NodeSet: ReadNodeSet {
// Required method
fn insert(&mut self, node: NodeId);
}
Expand description
A set of usize
with a known maximum value, that can be mutated
pub trait NodeSet: ReadNodeSet {
// Required method
fn insert(&mut self, node: NodeId);
}
A set of usize
with a known maximum value, that can be mutated