Damian Conway wrote:
> 
> The proposed C<key> and C<value> built-ins (or the extended C<keys> and
> C<values>) would be used on a pair reference:
> 
>         print key $array[0];            # or perhaps: print keys $array[0];
>         print value $array[0];          # or perhaps: print value $array[0];

What's the point?  Sounds like a pair is just hash-of-one.

-- 
John Porter

Reply via email to