Next: syslib codes, Previous: syslib hashtables, Up: syslib [Index]
<tcbuckets> are objects used in the implementation of hash tables. Components for hashtables. In the following definitions: the bucket arguments must be
tcbucket objects. The following bindings are exported by the library (vicare system
$tcbucket).
Build and return a new <tcbucket> object. See the documentation of the object for the meaning
of the arguments.
Accessor and mutator for the tconc field.
Accessor and mutator for the key field.
Accessor and mutator for the val field.
Accessor and mutator for the next field.