Remove the given suffix from the given array.
Template Params: T = The type of the array element
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.
Template Params: T = The type of the array element