30-Jun-2013 15:47, David пишет:
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?
Yup on Linux is pretty darn fast just as is with C/C++. It's the _same_ GLIBC. -- Dmitry Olshansky
