Function tvix_eval::value::string::is_valid_nix_identifier

source ยท
fn is_valid_nix_identifier(s: &str) -> bool
Expand description

Return true if this string can be used as an identifier in Nix.