Available on crate feature collections only.
Expand description

Extension traits for collection types.

Traits

Trait alias for either Clone or ToOwned depending on the “alloc” feature, used by the clone_this function

Clones a collection of references into a collection of values.

Converts a fixed length collection to an array.

Functions

For cloning something with either Clone or ToOwned depending on the “alloc” feature.

Type Definitions

The type that This is cloned into when using either Clone or ToOwned.

The type that This is cloned into, with Cloned::cloned_.