fast_copy_code

Macro fast_copy_code 

Source
macro_rules! fast_copy_code {
    ($target: ident, $target_start: ident, $src: ident, $src_start: ident, $src_stop:ident, $($ty:ty),*) => { ... };
}