OUT constant

Keyword const OUT

Implementation

static const Keyword OUT = const Keyword(
  /* index = */ 130,
  "out",
  "OUT",
  KeywordStyle.pseudo,
);