Removes all elements from all buckets and sets the values to val_init if val_init is not empty.
initial element value, the length must be V or 0
In: val_init.length must be V.
Out: all the buckets.first are set to null
See Implementation
Removes all elements from all buckets and sets the values to val_init if val_init is not empty.