Be concise.
Be useful.
All contributions dictatorially edited by webmasters to match personal tastes.
Please do not paste any copyright violating material.
Please try to avoid dependencies to third-party libraries and frameworks.
if cap(x) < 200 {
y := make([]T, len(x), 200)
copy(y, x)
x = y
}
SetLength(a, 200);
my @list = (undef) x 200;
x.reserve(200);
x := Array new: 200.
"#(nil nil nil nil nil ...)"