delimited_multispace0_comment

Function delimited_multispace0_comment 

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

Analyze in the following order.

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

ยงNote

Has expected info.