1/// An empty all-pattern 2pub struct True; 3 4#[hitori::impl_expr] 5impl Expr<usize, char> for True { 6 const PATTERN: _ = (); 7}