Macro custom_tour_state

Source
macro_rules! custom_tour_state {
    ($name:ident typeof $type:ty $(: $gen:ident)?) => { ... };
}
Expand description

A macro to define custom route state on crate::construction::heuristics::RouteState.