Remove the given prefix from the given array.
Template Params: T = The type of the array element
The array from which the prefix is to be removed
The prefix to remove
A slice without the prefix if successful, the original array otherwise
See Implementation
Remove the given prefix from the given array.
Template Params: T = The type of the array element