| Did you know ... | Search Documentation: |
| Send methods |
key;
the second is the associated value. If the key was already in the table,
associated value is changed.
->buckets
method may be used to make the table smaller.
The next legal value (large enough and a power of 2) is used.
->clear, hash_table<-size
equals 0. The number of buckets is not changed.->delete
fails.<-size
equals 0.
-size
@arg1: Key of the symbol @arg2: Value of the symbol
Note that the order in which the symbols are presented to the code is not specified.
->for_all ->for_some
@arg1: Key of the symbol @arg2: Value of the symbol
Note that the order in which the symbols are presented to the code is not specified.
->for_allDefaults: 8