unique
Removes duplicate values, keeping the first occurrence of each and the original order.
Import
Section titled “Import”Cargo feature array (enabled by default). To compile only this module:
or in Cargo.toml:
Signature
Section titled “Signature”Parameters
Section titled “Parameters”| Parameter | Type | Description |
|---|---|---|
items | &[T] | The elements to deduplicate. |
Returns
Section titled “Returns”Vec<T>
