Re: RFC 268 (v1) Keyed arrays

2000-09-21 Thread Glenn Linderman
Michael Maraist wrote: > > my/our @array :hashsyntax; > > > > would hide the definition of %array in the same way that > > > > my/our %array > > > > would hide a prior definition of %array. And references to %array > > would thenceforth actually be references to the keyed array @arr

Re: RFC 268 (v1) Keyed arrays

2000-09-21 Thread Michael Maraist
> my/our @array :hashsyntax; > > would hide the definition of %array in the same way that > > my/our %array > > would hide a prior definition of %array. And references to %array > would thenceforth actually be references to the keyed array @array. I can see massive confusion from th

RFC 268 (v1) Keyed arrays

2000-09-21 Thread Perl6 RFC Librarian
This and other RFCs are available on the web at http://dev.perl.org/rfc/ =head1 TITLE Keyed arrays =head1 VERSION Maintainer: Glenn Linderman <[EMAIL PROTECTED]> Date: 20 Sep 2000 Mailing List: [EMAIL PROTECTED] Number: 268 Version: 1 Status: Developing =head1 ABSTRACT The ide