macro_rules! const_early {
($condition: expr => $error: expr) => { ... };
}Expand description
Returns early with the provided error if the condition is true.
macro_rules! const_early {
($condition: expr => $error: expr) => { ... };
}Returns early with the provided error if the condition is true.