Flyweight.unref

Manually decrement reference.

struct Flyweight(T, alias makeFunc, alias disposeFunc, alias idNames, const FlyweightOptions options = FlyweightOptions.none)
static
static if(shouldCountReferences)
void
unref
(
ID id
)
if (
isCallable!makeFunc &&
isCallable!disposeFunc
)

Meta