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
it would be nice if .slice().reverse() (usual way to reverse without mutating) where not breaking the fp/no-mutating-methods rule (as .reverse() does).
The text was updated successfully, but these errors were encountered:
benjamine
changed the title
immutable reverse
non-mutating slice reverse
Apr 3, 2017
it would be nice if
.slice().reverse()
(usual way to reverse without mutating) where not breaking thefp/no-mutating-methods
rule (as.reverse()
does).The text was updated successfully, but these errors were encountered: