Pool.clear

Clears the entry that would be mapped to by the given key

struct Pool(EntryType, ValueType, bool entryTakesValue_onCtor = true)
bool
clear
(
ValueType v
)
if (
isClassType!(EntryType) ||
isStructType!(EntryType)
)

Parameters

v ValueType

the key

Return Value

Type: bool

true if it existed, false otheriwse

Meta