I'd like to propose some changes in Array before we release. Specifically, I'd like to make our names match names in List::(More)Util(s)

So with that in mind, I'd like to rename:

 first => head

The term "head" is pretty darn common for "first element in the list". And this leaves us free to rename:

 find => first

That's what List::MoreUtils calls it.

We could also add a tail method to go along with head, just for compsci completeness.


-dave

/*============================================================
http://VegGuide.org               http://blog.urth.org
Your guide to all that's veg      House Absolute(ly Pointless)
============================================================*/

Reply via email to