Subject: | allow use of isa, can, etc. tests on array refs |
I often find I want to accept a reference to an array of some type of
object. At the moment, I have to write a custom callback to check that
each item in the array matches the isa or can test. It would be nice if
I could just specify an isa test for type ARRAYREF and have it check all
objects in the list.