logo
macro_rules! cta_ptr_same_size {
    ( $Ins1:expr, $Ins2:expr $(,)? ) => { ... };
}
Expand description

Compile-time assertion that memory behind two references have the same size.