Function cpclib_basic::parser::parse_len

source ·
pub fn parse_len(
    input: &str
) -> IResult<&'_ str, Vec<BasicToken>, VerboseError<&'_ str>>