License
Distributed under the
Boost Software License 1.0.
(See accompanying file LICENSE) Source: core/_internal/_postblit.d
This module contains support for D's postblit feature
(See accompanying file LICENSE) Source: core/_internal/_postblit.d
void __ArrayPostblit(T)(T[] a)void postblitRecurse(S)(ref S s) if (is(S == struct))void postblitRecurse(E, size_t n)(ref E[n] arr)