We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Vec
drain has a different signature than Vec, in case this is something that is worth fixing, I would be glad to post a PR.
drain
SmallVec: pub fn drain(&mut self) -> Drain<A::Item> Vec: pub fn drain<R>(&mut self, range: R) -> Drain<T> where R: RangeBounds<usize>
pub fn drain(&mut self) -> Drain<A::Item>
pub fn drain<R>(&mut self, range: R) -> Drain<T> where R: RangeBounds<usize>