isSuffixOf x y == reverse x `isPrefixOf` reverse yHowever, the real implementation uses memcmp to compare the end of the string only, with no reverse required..
isSuffixOf x y == reverse x `isPrefixOf` reverse y
isSuffixOf x y == reverse x `isPrefixOf` reverse y