Check if the given array ends with the given suffix
Template Params: T = The type of the array element
The array to be tested
The suffix to test for
True if the array ends with the suffix, false otherwise
See Implementation
Check if the given array ends with the given suffix
Template Params: T = The type of the array element