Lines Matching defs:remainder
30126 /// purpose: to drop the remainder of an `IntoIter`. Therefore it also serves to
33992 /// implies that if no more key-value pair exists, the entire remainder of
34020 /// implies that if no more key-value pair exists, the entire remainder of
34044 /// This is the only way to deallocate the remainder of a tree after
40311 /// and the uneven remainder of either A or B is skipped.
40330 pub fn remainder(self) -> impl Iterator<Item = &'b [T]> {
40466 for remainder in iter.remainder() {
40467 self.extend(remainder.iter().cloned());
48723 /// This function is mainly useful for data that lives for the remainder of
49774 /// of the remainder of the `DrainFilter`. Any unprocessed items will be
51115 /// This function is mainly useful for data that lives for the remainder of