Checks if the given function can be used with Splitter.
static assert(isSplitFunction!(endsWithSeparator, char, char)); static assert(isSplitFunction!(endsWithSeparator, char, string));
See Implementation
Checks if the given function can be used with Splitter.