LazyArrays.jl icon indicating copy to clipboard operation
LazyArrays.jl copied to clipboard

Support non-tuple args in ApplyArray, BroadcastArray

Open dlfivefifty opened this issue 4 years ago • 0 comments

I don't see any reason why the following shouldn't be allowed:

ApplyArray(hcat, Fill([1,2], 100_000))

for a lazy, very large array. (compose with broadcasting for more interesting examples)

dlfivefifty avatar Sep 30 '21 10:09 dlfivefifty