macro_rules! Ne {
($g:expr, $x:expr) => { ... };
}
Expand description
Neighbors iterator.
Return the vertex iterator representing $Ne(\mathcal{G}, X)$.
macro_rules! Ne {
($g:expr, $x:expr) => { ... };
}
Neighbors iterator.
Return the vertex iterator representing $Ne(\mathcal{G}, X)$.