Macro binf::flag_new

source ·
macro_rules! flag_new {
    ( $($f:expr),* ) => { ... };
}
Expand description

macro that creates new Flag for example: flag_new![3, 7] makes a flag that has those flags enabled (136)