INOUT constant

Keyword const INOUT

Implementation

static const Keyword INOUT = const Keyword(
  /* index = */ 118,
  "inout",
  "INOUT",
  KeywordStyle.pseudo,
);