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

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

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