Hi all, do we have any specifications for array introspection, or introspection of data structures (including subroutines) in general? Say I have this array:
my @array (1..9 --> Int);
I think I get the first bit with .shape; what about the Int? Since
arrays are glorified subroutines, perhaps .signature<returns> or
something like that would be logical, although I don't know
how /natural/ that is.
Thanks,
--
wolverian <[EMAIL PROTECTED]>
