google/zerocopy

[byteorder] Support trait impls on byte arrays

Opened this issue · 0 comments

We currently support PartialEq<[u8; N> for T and PartialEq<T> for [u8; N] for byteorder type T. We should do the same for other traits.