Array.assign

sets the size and fills everything with one value

struct Array(V)
void
assign
(
size_t newsize
,
V v
)

Meta