pub type SliceHandle<'a, T> = RefHandle<'a, [T]>;
A handle that contains a slice
pub struct SliceHandle<'a, T> { /* private fields */ }