Function mutagen::now[][src]

pub fn now(n: usize, flag: &AtomicUsize, mask: usize) -> bool

check if the argument matches the current mutation count

this simplifies operations like if mutagen::MU.now(42) { .. }