fn get_preferred_names(
name: &str,
kind: ArrangementKind
) -> Vec<(ArrangementKind, String)>
Expand description
Returns names accounting for any +
in the name
,
including the fallback to the default layout.
fn get_preferred_names(
name: &str,
kind: ArrangementKind
) -> Vec<(ArrangementKind, String)>
Returns names accounting for any +
in the name
,
including the fallback to the default layout.