pub fn param_ranges(label: &str) -> Vec<(usize, usize)>
The byte ranges of each top-level parameter within a signature label (name(p0, p1, …) -> R) — for the LSP ParameterInformation offsets.
label
name(p0, p1, …) -> R
ParameterInformation