copyFrom

TODO move this to mored

pragma(inline)
void
copyFrom
(
T
U
)
(
T dst
,
U src
)
if (
dst[0].sizeof == src[0].sizeof
)

Meta