[][src]Trait truncated_free_groups::truncated_subgroup::Insert

pub trait Insert {
    fn insert(
        &mut self,
        element: ShortFreeGroupTerm
    ) -> BTreeSet<ShortFreeGroupTerm>; }

Required methods

fn insert(
    &mut self,
    element: ShortFreeGroupTerm
) -> BTreeSet<ShortFreeGroupTerm>

Inserts element and returns what was newly added.

Loading content...

Implementors

impl Insert for TruncatedSubgroup[src]

Loading content...