pub trait SliceOperatorExpand<E>where
E: CubePrimitive,{
// Required methods
fn __expand_slice_method(
&self,
scope: &mut Scope,
start: <usize as CubeType>::ExpandType,
end: <usize as CubeType>::ExpandType,
) -> <Slice<E> as CubeType>::ExpandType ⓘ;
fn __expand_to_slice_method(
&self,
scope: &mut Scope,
) -> <Slice<E> as CubeType>::ExpandType ⓘ;
}