Skip to main content

consume_line_comment

Function consume_line_comment 

Source
fn consume_line_comment(bytes: &[u8], i: usize, len: usize) -> usize
Expand description

Consume a line comment. i is the position after --. Returns the position after \n (or end of input).