[][src]Function building_blocks::prelude::copy_extent

pub fn copy_extent<'a, N, Src, Ms, Md>(
    extent: &ExtentN<N>,
    src_map: &'a Ms,
    dst_map: &mut Md
) where
    Md: WriteExtent<N, Src>,
    Ms: ReadExtent<'a, N, Src = Src>,
    Src: 'a, 

Copy all points in extent from the src map to the dst map.