Skip to main content

split_by_comma_owned

Function split_by_comma_owned 

Source
fn split_by_comma_owned(tokens: &[TokenTree]) -> Vec<Vec<TokenTree>>
Expand description

Split a flat Vec<TokenTree> by top-level commas.