Crate pop_trait [] [src]

Traits

Pop

A mutable collection from which items can be removed from an arbitrary location in the collection.

PopBack

A mutable collection from which items can be removed "at the end," retaining ordering

PopFront

A mutable collection from which items can be removed "at the beginning," retaining ordering.

PopLargest

A mutable collection from which the largest-value item can be removed.

PopSmallest

A mutable collection from which the smallest-value item can be removed.