Transducers.jl
Transducers.jl copied to clipboard
`foldxt` type unstable?
const grid = [[i, j] for i in -4:4, j in -4:4]
foldxt(+, Map(i -> grid[i]), 1:length(grid))
seems to be type unstable, while foldl works well.