flyweightbyid ~master (2021-11-03T16:11:18.2909519)
Dub
Repo
Flyweight.unref
flyweightbyid
Flyweight
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
Source
See Implementation
flyweightbyid
Flyweight
constructors
this
destructors
~this
functions
isValid
postblits
this(this)
static functions
get
incref
isAnyLoaded
isLoaded
isValidID
unload
unloadAll
unref
variables
object
Manually decrement reference.