https://issues.dlang.org/show_bug.cgi?id=19412
--- Comment #3 from Nathan S. <n8sh.second...@hotmail.com> --- Benchmarking shows that whether memcmp is an improvement or not for wider-than-byte types depends on input length, so this is conservatively being changed to just unsigned byte-width types. --