assert_eq!(array, [0, 1, 2]);
assert_eq!(array, [0, 1, 2]); assert_eq!(array, [0, 1, 2, 3, 4]);
error[E0277]: can't compare `[usize; 3]` with `[{integer}; 5]`