pub type WList<V, W> = WeightedList<V, W>;Expand description
A shorthand for WeightedList.
If you refer to WeightedList prolifically in your code, you may wish to use this for brevity. Otherwise, the full WeightedList is recommended for clarity.
Aliased Typeยง
pub struct WList<V, W> { /* private fields */ }