Macro maelstrom_test::spec

source ·
macro_rules! spec {
    [1] => { ... };
    [2] => { ... };
    [3] => { ... };
    [4] => { ... };
    [$n:literal] => { ... };
    [$n:literal, [$($digest:expr),*]] => { ... };
}