public pointer key;
public Any value;
id initWith (pointer, All) (k, v);
Any member pointer k;
k
, asking the next
element if this element does not match.
The implementation by BucketDictElement
, considers its key
and
returns its value
.
int add (pointer, All) (k, v);
(k, v)
pair to this bucket, if the key is not already
present. Return the number by which this bucket's length has
increased.
(id, int) gc_mark_values;
value
is gc_dead
. Return the replacement for this element, and
the number of bucket elements that were removed from this bucket list.
int (code) rehash;
int (code) rehashq;