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
Per the readme, take gives you an array of n items. That's a useful operation, and it is true that this is a strict generalization of "give me a single item". But it comes up way less than the "give me a single item" version, and it's a shame to make the more common operation awkward (and require an extra allocation).