IBucketSet.clear_

Removes all elements from all buckets and sets the values to val_init if val_init is not empty.

class IBucketSet
protected
typeof(this)
clear_
(
void[] val_init = null
)

Parameters

val_init void[]

initial element value

Return Value

Type: typeof(this)

this instance

Meta