more ~cgiUpdates (2022-04-23T18:41:30.7951577)
Dub
Repo
SentinelArray.SentinelArray
more
sentinel
SentinelArray
Undocumented in source.
alias
SentinelArray
=
SentinelTemplate
!(
U
,
sentinelValue
).
ConstArray
alias
SentinelArray
=
SentinelTemplate
!(
U
,
sentinelValue
).
ImmutableArray
alias
SentinelArray
=
SentinelTemplate
!(
T
,
sentinelValue
).
MutableArray
template
SentinelArray
(T, T sentinelValue = defaultSentinel!T)
static if
(!(
is(T U == const U)
))
static if
(!(
is(T U == immutable U)
))
alias
SentinelArray
=
SentinelTemplate
!(
T
,
sentinelValue
).
MutableArray
Meta
Source
See Implementation
more
sentinel
SentinelArray
aliases
SentinelArray