Function find_next_index_of_source_location
Source pub fn find_next_index_of_source_location(src: &SourceLocation) -> Option<usize>
Expand description
Find the index of the next character immediately after the source location.
§Arguments
src - The source location
§Returns
The index of the next character immediately after the source location.