Array.addAll

Add many values in a compile-time list

struct Array(T)
@nogc @trusted nothrow
void
addAll
(
A...
)
(
scope A a
)

Meta