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
I have read the rationale behind the naming (and parameter order) of unpack. I agree with the parameter order, and I have no strong feelings about the name. However, whenever I need unpack, I cannot recall its name, only finding apply in my memory. I suspect that there are other people around who are more accustomed to apply than unpack. Maybe a cross-link in the documentation could help here?
The text was updated successfully, but these errors were encountered:
I have read the rationale behind the naming (and parameter order) of
unpack
. I agree with the parameter order, and I have no strong feelings about the name. However, whenever I needunpack
, I cannot recall its name, only findingapply
in my memory. I suspect that there are other people around who are more accustomed toapply
thanunpack
. Maybe a cross-link in the documentation could help here?The text was updated successfully, but these errors were encountered: