Note you can accomplish the same thing via, eg, ```Julia f = (k,j) -> … BroadcastArray(f, 1:n, (1:m)’) ``` This supports arbitrary axes including offset.