pub const AS: &'static [u8] = b"as";
The AS token.
AS
Represent the alias operator, e.g. use Foo\Bar as Baz.
use Foo\Bar as Baz