Macro libafl::feedback_or_fast[][src]

macro_rules! feedback_or_fast {
    ( $last:expr ) => { ... };
    ( $head:expr, $($tail:expr), +) => { ... };
}