Struct dont_panic_slice::DPSlice [] [src]

pub struct DPSlice<T>(_);

Methods

impl<T> DPSlice<T>
[src]

Trait Implementations

impl<'a, T> From<&'a [T]> for &'a DPSlice<T>
[src]

Performs the conversion.

impl<'a, T> From<&'a mut [T]> for &'a mut DPSlice<T>
[src]

Performs the conversion.

impl<T> Index<usize> for DPSlice<T>
[src]

The returned type after indexing

The method for the indexing (container[index]) operation

impl<T> IndexMut<usize> for DPSlice<T>
[src]

The method for the mutable indexing (container[index]) operation