pub fn base_vector_selector(input: &str) -> IResult<&str, VectorSelector>Expand description
Parse a vector selector without offset modifier. This is used internally by matrix_selector which handles offset after the range.
pub fn base_vector_selector(input: &str) -> IResult<&str, VectorSelector>Parse a vector selector without offset modifier. This is used internally by matrix_selector which handles offset after the range.