Function delimited_comment_multispace0

Source
pub fn delimited_comment_multispace0<'a>(
    s: &'static str,
) -> impl Parser<&'a str, &'a str, ContextError>
Expand description

Analyze in the following order.

  • Comments or multi spaces -> s -> multi spaces

§Note

Has expected info.