macro_rules! const_try { ($e:expr) => { ... }; }
Helper macro for a const version of the ? operator.
const
?