daii v0.1.0 (2017-06-23T18:28:59Z)
Dub
Repo
RefCounted.v
daii
refcounted
RefCounted
Undocumented in source. Be warned that the author may not have intended to support it.
inout
(
T
)
v
[@property getter]
inout
(
T
)
v
[@property getter]
struct
RefCounted
(T, bool Atomic = true, Allocator = Mallocator)
@
property
ref inout @
nogc
@
safe
static if
(!(
isClassOrIface!T
))
inout
(
T
)
v
(
)
if
(
isAllocator
!
Allocator
&&
!
isArray
!
T
)
Meta
Source
See Implementation
daii
refcounted
RefCounted
aliases
PtrT
RefCounterT
constructors
this
destructors
~this
functions
opAssign
to
manifest constants
HoldsAllocator
postblits
this(this)
properties
v
valid
static functions
make