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
A bunch of our special reduction functions with mutating forms, like sum!, any! and prod! have an init keyword argument.
I saw i used in the wild today and i had no idea what it did (well i could guess, but I wanted to check the docstring).
A bunch of our special reduction functions with mutating forms, like
sum!
,any!
andprod!
have aninit
keyword argument.I saw i used in the wild today and i had no idea what it did (well i could guess, but I wanted to check the docstring).
The text was updated successfully, but these errors were encountered: