Hi,

I coud not find detailed specifications for these PMCs, so I was wondering
what should happen
when they are (re)sized.

For example:
   a = new FixedBooleanArray
   a = 3

So a has been (re)sized in order to be able to hold 3 elements, but what
should be the value of these elements ?
Do they have a default value ?
Should they be marked as "undefined" ?
'cause for now it seems that these PMCs do not implement the "defined"
interface. Should they ?

A last question:
By looking in the source code, I noticed that the implementation of
get_integer_keyed_int() in ResizeBooleanArray allows negative indexes
while not in FixedBooleanArray. Is it expected ?
Are there any specs or guidelines for that sort of stuff ?

Thanks,
Karl Forner

Reply via email to