Searched refs:other_len (Results 1 – 1 of 1) sorted by relevance
2265 let other_len = self.len - at; in split_off() localVariable2266 let mut other = Vec::with_capacity_in(other_len, self.allocator().clone()); in split_off()2271 other.set_len(other_len); in split_off()