Macro nekolib_doc::ops::monoid::impl_monoid_generics

source ยท
macro_rules! impl_monoid_generics {
    (
        $name:ident[$($gen:tt)*] where [$($where:tt)*] =
            ([$ty:ty, $op:expr, $id:expr] [])
    ) => { ... };
    (
        $name:ident[$($gen:tt)*] where [$($where:tt)*] =
            ([$ty:ty, $op:expr, $id:expr] [$marker:ident])
    ) => { ... };
}