Skip to main content

var_to_key

Function var_to_key 

Source
pub fn var_to_key(node: Node<'_>, line: &str) -> (String, String, bool, bool)
Expand description

Gather key information for a variable. @param node must be inner type, str_name or int_name @returns (normalized name,specific name,is_array,is_str), key name includes $ if a string