Macro spectral::asserting [] [src]

macro_rules! asserting {
    (&$description:tt) => { ... };
    ($description:tt) => { ... };
}