static int[] repIntAsArray(int n, int value) { int[] a = new int[n]; fillArray(a, value); ret a; }