WList

Type Alias WList 

Source
pub type WList<V, W> = WeightedList<V, W>;
Expand description

A shorthand for WeightedList.

Aliased Typeยง

pub struct WList<V, W> { /* private fields */ }