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.
x := make([]uint64, (n+63)/64)
x := make([]bool, n)
let x = new Buffer (Math.ceil (n / 8))
(let ((x (make-array n :element-type 'bit))))
$x = new BitSet($n);
procedure Task;
var
x: Set Of Byte;
begin
x:= [2,4,8,16,32,64,256];
end;
vec($x, $n, 1) = 0;
x = 0
let mut x = vec![false; n];