In C# and Java a byte array can be created like this
byte[] b = new byte[x];
where x denotes the size of the array. What I want to
x
let b = Array.create x 0uy //Array.zeroCreate x