fn handle_dash(state: &mut LexerState<'_>, start_pos: usize)
Expand description
Handles dash character (minus or arrow)
ยงArguments
state
- The current lexer statestart_pos
- The starting position of the dash in the input
fn handle_dash(state: &mut LexerState<'_>, start_pos: usize)
Handles dash character (minus or arrow)
state
- The current lexer statestart_pos
- The starting position of the dash in the input