Macro bytemuck::impl_unsafe_marker_for_array

source ยท
macro_rules! impl_unsafe_marker_for_array {
    ( $marker:ident , $( $n:expr ),* ) => { ... };
}