BucketInfo.clear

Clears all bucket infos and sets the number of non-empty buckets to 0.

class BucketInfo
package
void
clear
()
out { assert (this); assert (!this.n_elements, "clear: remaining elements"); }

Meta