macro_rules! matches_doesnot_yn2bool {
    (=) => { ... };
    (!) => { ... };
}