find_top_level_comma

Function find_top_level_comma 

Source
fn find_top_level_comma(bytes: &[u8]) -> Option<usize>
Expand description

Locate the first top-level , in bytes. Returns the byte offset or None if every comma is enclosed by parens.