[][src]Function lasy::ec_edge_start

pub fn ec_edge_start(
    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 start of the edge.