[][src]Function lasy::ec_edge_end

pub fn ec_edge_end(
    eg: &EulerGraph,
    e: EdgeIndex<u32>,
    d: Direction
) -> NodeIndex<u32>

Given some Euler Circuit edge e and its direction d, return the index of the node that represents the end of the edge.