ocean v6.2.0 (2021-12-09T10:56:40Z)
Home
Dub
Repo
BucketInfo.clear
ocean
util
container
map
model
BucketInfo
BucketInfo
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
Source
See Implementation
ocean
util
container
map
model
BucketInfo
BucketInfo
constructors
this
functions
clear
clearResize
create
filled_buckets
length
load
max_load
num_buckets
num_filled_buckets
opIndex
put
remove
update
structs
Bucket
Clears all bucket infos and sets the number of non-empty buckets to 0.