Calculates the subtraction of two arrays.
The first array
The second array
const result = Chalkboard.stat.sub([5, 8, 13], [2, 3, 5]); // Returns [3, 5, 8] Copy
const result = Chalkboard.stat.sub([5, 8, 13], [2, 3, 5]); // Returns [3, 5, 8]
Calculates the subtraction of two arrays.