You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Only use hand-rolled fold workaround on Julia < 1.6
foldl over tuples infers fine from Julia 1.6 onward (verified on 1.6.7,
1.9.4, 1.10, 1.12, 1.13); only Julia 1.0.x needs the recursive
workaround, so keep using foldl on newer versions.
Created by generative AI.
0 commit comments