Function flatzinc::comments::space_or_comment

source ยท
pub fn space_or_comment<'a, E: ParserError<&'a str>>(
    input: &mut &'a str
) -> PResult<Stmt, E>