static A[] repF_array(int n, IF0 f) { A[] a = cast new O[n]; for i to n: a[i] = f.get(args); ret a; }