Skip to main content

dispatch_k

Macro dispatch_k 

Source
macro_rules! dispatch_k {
    ($k:expr, $func:ident $(, $arg:expr)*) => { ... };
}
Expand description

Dispatch macro: calls $func::($($arg),*) for the given runtime k value. Only odd values in [1, 63] are supported (de Bruijn graph convention).