Constant CLASS

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

The CLASS token.

Represent the class declaration operator, e.g. class C { … }.