Structsยง
Functionsยง
- is_
horizontal_ ๐whitespace - True if
c
is considered horizontal whitespace according to Rust language definition. - is_
whitespace ๐ - True if
c
is considered a whitespace according to Rust language definition. See Rust language reference for definitions of these classes. - strip_
newline ๐ - strip_
shebang - Returns the index after the shebang line, if present
- strip_
ws_ lines - Returns the index after any lines with only whitespace, if present
Type Aliasesยง
- Span ๐