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