BoundedExpiringMap.remove

Remove the entry for key from both maps. Returns whether it existed.

struct BoundedExpiringMap(V)
@safe
bool
remove
(
string key
)