Module push_trait::ordered [] [src]

Traits for pushing data to the front or back of a collection.

Traits

Insert

A trait for moving data to a specific index within a collection.

PushBack

A trait for moving data onto the back of a collection.

PushFront

A trait for moving data onto the front of a collection.