dadt ~master (2022-05-25T18:57:29.2844239)
Dub
Repo
SizedBracket
dadt
parser
Undocumented in source.
class
SizedBracket :
ArrayBracket
{
ArraySize
size
;
this
(ArraySize size);
bool
isSized
();
}
Constructors
this
this
(ArraySize size)
Undocumented in source.
Members
Functions
isSized
bool
isSized
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
size
ArraySize
size
;
Undocumented in source.
Inherited Members
From ArrayBracket
isSized
bool
isSized
()
Undocumented in source.
Meta
Source
See Implementation
dadt
parser
classes
ArraySize
BaseConstructor
Constructor
ConstructorList
Deriving
DerivingArg
DerivingArgs
FieldArgs
FieldName
FieldOfArray
FieldOfDelegate
FieldOfFunction
FieldWithArgs
ParameterList
RecordField
RecordFields
SizedBracket
TypeDeclare
TypeName
UnsizedBracket
enums
ConstructorType
DerivingType
functions
buildAST
genCode
genCodeFromSource
interfaces
ASTElement
ArrayBracket
Field
manifest constants
DerivingMap