sdc v0.0.5 (2022-05-23T13:04:49Z)
Dub
Repo
Template
d
ir
symbol
Template
final
class
Template :
ScopeSymbol
{
TemplateInstance
[
string
]
instances
;
Type
[]
ifti
;
TemplateParameter
[]
parameters
;
class
Declaration
via
import
d
.
ast
.
declaration
:
Declaration
;
;
Declaration
[]
members
;
this
(Location location, Scope parentScope, Name name, TemplateParameter[] parameters, Declaration[] members);
storage
[@property getter];
Storage
storage
[@property setter];
}
Constructors
this
this
(Location location, Scope parentScope, Name name, TemplateParameter[] parameters, Declaration[] members)
Undocumented in source.
Members
Properties
storage
storage
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
storage
Storage
storage
[@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
ifti
Type
[]
ifti
;
Undocumented in source.
instances
TemplateInstance
[
string
]
instances
;
Undocumented in source.
members
Declaration
[]
members
;
Undocumented in source.
parameters
TemplateParameter
[]
parameters
;
Undocumented in source.
Inherited Members
From ScopeSymbol
__anonymous
mixin
ScopeImpl
Undocumented in source.
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