[EMAIL PROTECTED] wrote:

Shouldn't access to 'is computed' arrays be read-only?

If you want to be able to consume the elements by shifting,
you can always create a tied object that kees a cursor and
a reference to the underlying array and gives you that
access (and it could die for splicing, etc.)...


Regards,

-- Gregor



ICBW - but didnt 'is computed' evolve from 'is default' ?

if so, then read-only is not appropriate, insofar as the default value was only there
to save space until the element at a given index was assigned to..



Reply via email to