Adds a bucket element with key as key.
The element is inserted as the first bucket element.
key for the new element
expression returning a new element, evaluated exactly once, if the key to be added does not already exist in the bucket
pointer to inserted element
Out: The returned pointer is never null.
See Implementation
Adds a bucket element with key as key.
The element is inserted as the first bucket element.