Constant CASE

Source
pub const CASE: &'static [u8] = b"case";
Expand description

The CASE token.

Represent a case in a switch control structure, e.g. switch (…) { case …: …; }.