SentinelPtr

A pointer to an array with a sentinel value.

Members

Aliases

SentinelPtr
alias SentinelPtr = SentinelTemplate!(U, sentinelValue).ConstPtr
Undocumented in source.
SentinelPtr
alias SentinelPtr = SentinelTemplate!(U, sentinelValue).ImmutablePtr
Undocumented in source.
SentinelPtr
alias SentinelPtr = SentinelTemplate!(T, sentinelValue).MutablePtr
Undocumented in source.

Meta