mir-core — Libmir Archive
Libmir Archive
API Reference Index
mir-core Guide
Dlang.org
trustedGet.trustedGet
mir
algebraic
Algebraic
trustedGet
Extracts the stored value as a reference to the specified type, bypassing runtime type
auto ref
trustedGet
()
template
trustedGet
(RetTypes...)
ref return
auto ref
trustedGet
(
this
This
)
(
)
if
(
RetTypes.length
> 1
)
auto ref
trustedGet
()
alias
trustedGet
(
Kind
kind
)
=
trustedGet
!(
AllowedTypes
[
kind
])
alias
trustedGet
(
immutable
(
char
)[]
kind
)
=
trustedGet
!(
__traits
(
getMember
,
Kind
,
kind
))
auto ref
trustedGet
()
mir
algebraic
Algebraic
trustedGet
functions
trustedGet
Extracts the stored value as a reference to the specified type, bypassing runtime type