Skip to main content

find_identifier_after

Function find_identifier_after 

Source
pub(crate) fn find_identifier_after(
    source: &str,
    name: &str,
    start_byte: usize,
) -> Option<Range<usize>>
Expand description

Same as find_identifier but starts the search at start_byte. Returns absolute byte ranges into source.