Type Alias UstrFinSet

Source
pub type UstrFinSet = HashFinSet<Ustr>;
Expand description

A finite set with elements of type Ustr.

Aliased Typeยง

pub struct UstrFinSet(/* private fields */);