tanya ~master (2021-06-04T07:37:50Z)
Dub
Repo
Tuple.Tuple
tanya
typecons
Tuple
Undocumented in source.
template
Tuple
(Specs...)
struct
Tuple {
alias
Types
=
Map
!(
ChooseType
,
ParsedSpecs
)
;
Types
expand
;
}
Alias This
expand
Members
Aliases
Types
alias
Types
=
Map
!(
ChooseType
,
ParsedSpecs
)
Field types.
Variables
expand
Types
expand
;
Represents the values of the $(D_PSYMBOL Tuple) as a list of values.
Meta
Source
See Implementation
tanya
typecons
Tuple
aliases
ChooseType
ParsedSpecs
structs
Tuple
templates
parseSpecs