CTFE, splits the given string on the given pattern
the string to split
the character to split on
an array of strings containing the splited string
See Implementation
CTFE, splits the given string on the given pattern