Flyweight.isLoaded

Returns if Flyweight identified by id is loaded of not.

struct Flyweight(T, alias makeFunc, alias disposeFunc, alias idNames, const FlyweightOptions options = FlyweightOptions.none)
static @nogc nothrow
bool
isLoaded
(
ID id
)
if (
isCallable!makeFunc &&
isCallable!disposeFunc
)

Meta