BoundedExpiringMap.take

Sweep expired entries, then consume and return the entry for key, setting found. The entry is removed (single use).

struct BoundedExpiringMap(V)
@safe
V
take
(
string key
,
out bool found
)