[][src]Trait maths_traits::algebra::group_like::multiplicative::MulLoop

pub trait MulLoop: MulMagma + Invertable + One { }

A multiplicative magma with an inverse operation and identity

Implementors

impl<_G: MulMagma + Invertable + One> MulLoop for _G[src]

Loading content...