vibe-d v0.8.1 (2017-08-29T22:03:39Z)
Home
Dub
Repo
ScopedRef.ScopedRef
index
vibe
core
concurrency
ScopedRef
Undocumented in source.
alias
ScopedRef
=
ScopedRefAggregate
!
T
alias
ScopedRef
=
ScopedRefAssociativeArray
!
T
alias
ScopedRef
=
ScopedRefArray
!
T
alias
ScopedRef
=
ScopedRefBasic
!
T
template
ScopedRef
(T)
static if
(!(
isAggregateType!T
))
static if
(!(
isAssociativeArray!T
))
static if
(!(
isArray!T
))
static if
(
isBasicType!T
)
alias
ScopedRef
=
ScopedRefBasic
!
T
Meta
Source
See Implementation
index
vibe
core
concurrency
ScopedRef
aliases
ScopedRef