[][src]Function rust_htslib::utils::copy_memory

pub fn copy_memory(src: &[u8], dst: &mut [u8])

Copies data from src to dst TODO remove once stable in standard library.

Panics if the length of dst is less than the length of src.