Macro const_early

Source
macro_rules! const_early {
    ($condition: expr => $error: expr) => { ... };
}
Expand description

Returns early with the provided error if the condition is true.