pub fn parse_till_empty_into_with_two_inputs_located<'a, I1: Clone, I2: Clone, Lin: Debug, L: From<Lin>, T: ReadablePduWithTwoInputs<'a, I1, I2, Lin>>(
buf: Span<'a>,
input1: I1,
input2: I2
) -> IResult<Span<'a>, Vec<T>, L>Expand description
Keep repeating the parser till the buf is empty