deinterleave 0.1.1

Deinterleave your datastructures
Documentation
1
2
3
4
5
# Deinterleave your datastructures

This crate provides the `Deinterleave` trait and `DVec<T>` type, which is a
_deinterleaved_ version of `Vec<T>`. The API is similar but allows access to
individual contiguous regions of fields, iterators, etc.