pub static ENUM_TYPE_TOKENS: LazyLock<HashSet<TokenType>>
ENUM_TYPE_TOKENS: Tokens that represent enum types Python: ENUM_TYPE_TOKENS = {TokenType.DYNAMIC, TokenType.ENUM, …}