☰
D
dejadoc
DRUNTIME
/
core.internal.array.duplication
/
_dup
🔍
☾
_dup
fn
U
[] _dup(T,
U
)(scope T[] a) if (__traits(isPOD, T))
pure
nothrow
@trusted
No documentation available for this declaration.
fn
U
[] _dup(T,
U
)(T[] a) if (!__traits(isPOD, T))
No documentation available for this declaration.