use ArrayViewMut2;
use crateAsNumeric;
/// Apply a grid over a 2-dimensional image.
///
/// # Description
///
/// Applies an adjustable regular grid on an input 2-dimensional array.
///
/// # Arguments
///
/// * `data`: The input 2-dimensional array.
/// * `spacing`: The distance in pixels between grid lines.