sdc v0.0.5 (2022-05-23T13:04:49Z)
Dub
Repo
Field
d
ir
symbol
Field Simply a Variable with a field index.
final
class
Field :
ValueSymbol
{
CompileTimeExpression
value
;
Type
type
;
this
(Location location, uint index, Type type, Name name, CompileTimeExpression value);
index
[@property getter];
}
Constructors
this
this
(Location location, uint index, Type type, Name name, CompileTimeExpression value)
Undocumented in source.
Members
Properties
index
index
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
type
Type
type
;
Undocumented in source.
value
CompileTimeExpression
value
;
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
Field Simply a Variable with a field index.