macro_rules! flag_new { ( $($f:expr),* ) => { ... }; }
macro that creates new Flag for example: flag_new![3, 7] makes a flag that has those flags enabled (136)