Function tvix_eval::value::string::is_keyword
source · fn is_keyword(s: &str) -> bool
Expand description
Return true if this string is a keyword – character strings which lexically match the “identifier” production but are not parsed as identifiers. See also cppnix commit b72bc4a972fe568744d98b89d63adcd504cb586c.