sdc v0.0.5 (2022-05-23T13:04:49Z)
Dub
Repo
TypedAliasTemplateParameter
d
ir
symbol
Template typed alias parameter
final
class
TypedAliasTemplateParameter :
TemplateParameter
{
Type
type
;
this
(Location location, Name name, uint index, Type type);
}
Constructors
this
this
(Location location, Name name, uint index, Type type)
Undocumented in source.
Members
Variables
type
Type
type
;
Undocumented in source.
Inherited Members
From TemplateParameter
index
uint
index
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
d
ir
symbol
aliases
TemplateArgument
classes
Aggregate
AliasTemplateParameter
Class
Enum
Field
Function
Interface
Method
Module
OverloadSet
Package
ScopeSymbol
Struct
Symbol
SymbolAlias
Template
TemplateInstance
TemplateParameter
TypeAlias
TypeTemplateParameter
TypedAliasTemplateParameter
Union
ValueAlias
ValueSymbol
ValueTemplateParameter
Variable
enums
InTemplate
Step
functions
apply
Template typed alias parameter