Trait mm0_util::SliceExt[][src]

pub trait SliceExt<T> {
    fn cloned_box(&self) -> Box<[T]>
    where
        T: Clone
; }

Extension trait for cloned_box.

Required methods

fn cloned_box(&self) -> Box<[T]> where
    T: Clone
[src]

Clones a slice into a boxed slice.

Loading content...

Implementations on Foreign Types

impl<T> SliceExt<T> for [T][src]

Loading content...

Implementors

Loading content...