[−][src]Trait cl_traits::Storage
Storage is anything that can hold a collection of items
Associated Types
type Item
Storage item
Implementors
impl<'a, T> Storage for &'a [T][src]
type Item = T
impl<'a, T> Storage for &'a mut [T][src]
type Item = T
impl<A> Storage for ArrayWrapper<A> where
A: Array, [src]
A: Array,