License
Distributed under the
Boost Software License 1.0.
(See accompanying file LICENSE) Source: core/_internal/_moving.d
This module contains the implementation of move semantics of DIP 1014
(See accompanying file LICENSE) Source: core/_internal/_moving.d
void __move_post_blt(S)(ref S newLocation, ref S oldLocation) if (is(S == struct)) nothrowRecursively calls the `opPostMove` callbacks of a struct and its members if they're defined.void __move_post_blt(S)(ref S newLocation, ref S oldLocation) if (__traits(isStaticArray, S)) nothrow