pub type ArrayMutChain<'h, T, const N: usize> = Chain<&'h mut [T; N]>;
struct ArrayMutChain<'h, T, const N: usize> { /* private fields */ }