fn parse_depth<'sess>(
    iter: &mut CursorRef<'_>,
    sess: &'sess ParseSess,
    span: Span
) -> PResult<'sess, usize>
Expand description

Parses the depth used by index(depth) and length(depth).