pub(crate) fn is_paren_func_call_open(bytes: &[u8], paren_pos: usize) -> boolExpand description
true if the ( at byte offset paren_pos opens a function-call arg
list (preceded by an identifier or digit, modulo whitespace) rather
than a standalone grouping expression.