Skip to main content

OrdZSet

Type Alias OrdZSet 

Source
pub type OrdZSet<K> = OrdWSet<K, DynZWeight>;
Expand description

A Z-set with integer weights.

Aliased Typeยง

pub struct OrdZSet<K> { /* private fields */ }