pub(crate) fn split_top_level_commas(inner: &str) -> Vec<&str>
Split inner on each top-level , (commas at paren depth 0). Always returns at least one element (the whole inner if no top-level comma).
inner
,