Slice

Type Alias Slice 

Source
pub type Slice<T> = NonEmptySlice<T>;
Expand description

An alias of NonEmptySlice<T> if not_empty::Slice<T> usage is preferred.

Aliased Typeยง

pub struct Slice<T> { /* private fields */ }