Trait sized_chunks::types::ChunkLength
source · [−]Expand description
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]
.
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]
.