pub type Groups = BTreeMap<Group, BTreeSet<URef>>;
Collection of named groups.
struct Groups { /* private fields */ }