[−][src]Trait sized_chunks::types::ChunkLength
A trait used to decide the size of an array.
<N as ChunkLength<A>>::SizedType
for a type level integer N will have the
same size as [A; N]
.
Associated Types
type SizedType
Implementations on Foreign Types
impl<A> ChunkLength<A> for UTerm
[src]
impl<A, N> ChunkLength<A> for UInt<N, B0> where
N: ChunkLength<A>,
[src]
N: ChunkLength<A>,
impl<A, N> ChunkLength<A> for UInt<N, B1> where
N: ChunkLength<A>,
[src]
Loading content...
N: ChunkLength<A>,