vidi::util::search

Function contains_all

Source
fn contains_all<T: Copy + Eq + BitOr<T, Output = T>>(
    flags: T,
    needs_set: T,
) -> bool