Module slice
Utilities for the slice primitive type.
See also the slice primitive type.
Most of the structs in this module are iterator types which can only be created
using a certain function. For example, slice.iter() yields an Iter.
A few functions are provided to create a slice from a value reference or from a raw pointer.
Traits
-
Concat
Helper trait for
[T]::concat. -
Join
Helper trait for
[T]::join