__blit

Blits instance from to location to.

Effectively this acts as a simple memory copy, a postblit needs to be run after to finalize the object.

pragma(inline, true) @nogc @system nothrow
void
__blit
(
T
)
(
ref T to
,
ref T from
)

Meta