Macro favannat::edges

source ·
macro_rules! edges {
    ( $( $start:literal -- $weight:literal -> $end:literal ),* ) => { ... };
}