fn compute_minimal_display_map(
all_variables: &[&VariableRef],
) -> HashMap<String, String>Expand description
Compute minimal unique display names for a set of variables.
Returns a map from full_path_string() -> minimal display name.
fn compute_minimal_display_map(
all_variables: &[&VariableRef],
) -> HashMap<String, String>Compute minimal unique display names for a set of variables.
Returns a map from full_path_string() -> minimal display name.