Remove the given suffix from the given array.
The array from which the suffix is to be removed
The suffix to remove
A slice without the suffix if successful, the original array otherwise
See Implementation
Remove the given suffix from the given array.