pub fn source_string_at_location<'a>(
id: u32,
source: &'a str,
location: &SourceLocation,
) -> &'a strExpand description
Get the source string at the given location.
ยงArguments
id- The source indexsource- The source stringlocation- The source location. The index in thelocationmust be the same as theidif it is present.