> Doing it this way has the advantage of being CTFE-able, and > (potentially) faster, as everything I ever read about D's memcpy is that > it is slow. On Windows? Doesn't memcpy use libc memcpy on Linux?