kanidmd_lib

Macro mergemaps

source
macro_rules! mergemaps {
    (
        $a:expr,
        $b:expr
    ) => { ... };
}