Function assert_claimed_length_array_eq
pub fn assert_claimed_length_array_eq<T, let N: u32, let M: u32>(
array: ClaimedLengthArray<T, N>,
expected: [T; M],
)
where
T: Empty
pub fn assert_claimed_length_array_eq<T, let N: u32, let M: u32>(
array: ClaimedLengthArray<T, N>,
expected: [T; M],
)
where
T: Empty