ark_algebra_test_templates

Macro test_group

Source
macro_rules! test_group {
    ($mod_name:ident; $group:ty $(; $tail:tt)* ) => { ... };
    ($iters:expr; $mod_name:ident; $group:ty $(; $tail:tt)* ) => { ... };
}