Skip to main content

consume_block_comment

Function consume_block_comment 

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

Consume a block comment (with nesting). i is the position after /*. Returns the position after the final */.