macro_rules! impl_fill { () => { ... }; ($t:ty) => { ... }; ($t:ty, $($tt:ty,)*) => { ... }; }
Implement Fill for given type $t.
Fill
$t
All bit patterns of [u8; size_of::<$t>()] must represent values of $t.
[u8; size_of::<$t>()]