Macro insane_mode_discard_point

Source
macro_rules! insane_mode_discard_point {
    () => { ... };
}
Expand description

This macro is used to mark a point where we want to randomly discard the operation and early return, only in insane mode.