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.
We currently support
PartialEq<[u8; N> for TandPartialEq<T> for [u8; N]for byteorder typeT. We should do the same for other traits.