Change syntax for fixed length arrays to `[T; n]` and for repeating array initialisers to `[expr; n]` where `n` is a constexpr with type `uint`. Nominated for 1.0, p-backcompat-lang.