Flyweight.this

Copy constructor with automatic reference counting.

struct Flyweight(T, alias makeFunc, alias disposeFunc, alias idNames, const FlyweightOptions options = FlyweightOptions.none)
inout
static if(shouldCountReferences)
this
(
ref return scope inout Flyweight other
)
if (
isCallable!makeFunc &&
isCallable!disposeFunc
)

Meta