Skip to main content

PolySlice

Type Alias PolySlice 

Source
pub type PolySlice<T, M, A> = Slice<Poly<[T], A>, Owned<M>>;
Expand description

An owning slice and associated metadata.

Aliased Typeยง

pub struct PolySlice<T, M, A> { /* private fields */ }