Skip to main content

check_same_length

Function check_same_length 

Source
pub fn check_same_length<T, U>(
    arr1: &ArrayView1<'_, T>,
    arr2: &ArrayView1<'_, U>,
    operation: &str,
) -> Result<(), SciRS2Error>
Expand description

Helper function to validate arrays have same length