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).