public pointer key;
public _builtin_.Any value;
id initWith (pointer, All) (k, v);
_builtin_.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;
(id, int) remove pointer k;
k
. Return the replacement for this
element, and the number of bucket elements that were removed from this
bucket list (max 1).