O(size)
impure function arrayCreate<A> input Integer size; input A initialValue; output array<A> arr; end arrayCreate;