Type Alias lrp::Set

source ·
pub type Set<T> = BTreeSet<T>;

Aliased Type§

struct Set<T> { /* private fields */ }