more ~master (2021-04-25T17:22:00Z)
Home
Dub
Repo
SentinelPtr.SentinelPtr
more
sentinel
SentinelPtr
Undocumented in source.
alias
SentinelPtr
=
SentinelTemplate
!(
U
,
sentinelValue
).
ConstPtr
alias
SentinelPtr
=
SentinelTemplate
!(
U
,
sentinelValue
).
ImmutablePtr
template
SentinelPtr
(T, T sentinelValue = defaultSentinel!T)
static if
(!(
is(T U == const U)
))
static if
(
is(T U == immutable U)
)
alias
SentinelPtr
=
SentinelTemplate
!(
U
,
sentinelValue
).
ImmutablePtr
alias
SentinelPtr
=
SentinelTemplate
!(
T
,
sentinelValue
).
MutablePtr
Meta
Source
See Implementation
more
sentinel
SentinelPtr
aliases
SentinelPtr