normalize_block_comment_ws

Function normalize_block_comment_ws 

Source
fn normalize_block_comment_ws(s: &str, col: CharPos) -> &str
Expand description

Returns a slice of s with a whitespace prefix removed based on col. If the first col chars of s are all whitespace, returns a slice starting after that prefix.