Function eat_lineops

Source
pub fn eat_lineops<'a>(
    input: &'a str,
) -> Result<(LineOps<'a>, &'a str), (String, &'a str)>