SliceMutOperatorExpand

Trait SliceMutOperatorExpand 

Source
pub trait SliceMutOperatorExpand<E: CubePrimitive> {
    // Required methods
    fn __expand_slice_mut_method(
        &self,
        scope: &mut Scope,
        start: <u32 as CubeType>::ExpandType,
        end: <u32 as CubeType>::ExpandType,
    ) -> <Slice<E, ReadWrite> as CubeType>::ExpandType ;
    fn __expand_to_slice_mut_method(
        &self,
        scope: &mut Scope,
    ) -> <Slice<E, ReadWrite> as CubeType>::ExpandType ;
}

Required Methods§

Implementors§