Map.clear

Removes all elements from all buckets and sets the element values to val_init.

class Map(size_t V, K)
typeof(this)
clear
(
void[] val_init = null
)

Parameters

val_init void[]

initialisation value

Return Value

Type: typeof(this)

this instance

Meta