pub fn node_kind_name(kind: &NodeKind) -> &'static str
Short discriminant name for a NodeKind. Kept in sync with the NodeKind variants; used as the cache key dimension for lookup.
NodeKind