Searched refs:first_two (Results 1 – 2 of 2) sorted by relevance
24 first_two: Option<Either<[I::Item; 2], I::Item>>, field33 pub(crate) fn new(first_two: Option<Either<[I::Item; 2], I::Item>>, inner: I) -> Self { in new()34 Self { first_two, inner }38 match self.first_two { in additional_len()53 match self.first_two.take() { in next()55 self.first_two = Some(Either::Right(second)); in next()93 match &self.first_two { in fmt()
190 first_two = consumer.operands[0:2]191 for operand in first_two: