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