_dup

fnU[] _dup(T, U)(scope T[] a) if (__traits(isPOD, T)) pure nothrow @trusted
No documentation available for this declaration.
fnU[] _dup(T, U)(T[] a) if (!__traits(isPOD, T))
No documentation available for this declaration.