[][src]Trait heaparray::Array

pub trait Array<V>: CopyMap<usize, V, (usize, V)> + Index<usize, Output = V, Output = V> + IndexMut<usize> { }

Statically-sized array stored in the heap.

Implementors

impl<'a, L, E> Array<E> for FatPtrArray<'a, L, E>[src]

impl<'a, L, E> Array<E> for ThinPtrArray<'a, L, E>[src]

Loading content...