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