[][src]Function building_blocks_storage::access::copy_extent

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

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