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
We do not need to construct an array of `nil`s; we merely need to
determine whether any are present in the values array and remove them.
Thus, we can use `compact!` instead of `extract!`.
0 commit comments