dmd ~master (2023-11-01T14:17:50Z)
Dub
Repo
TypeSArray
dmd
mtype
Static array, one with a fixed dimension
extern (
C
++) final
class
TypeSArray :
TypeArray
{
Expression
dim
;
bool
isIncomplete
();
bool
needsNested
();
}
Members
Functions
isIncomplete
bool
isIncomplete
()
C11 6.7.6.2-4 incomplete array type
needsNested
bool
needsNested
()
Meta
Source
See Implementation
dmd
mtype
classes
Parameter
Type
TypeAArray
TypeArray
TypeBasic
TypeClass
TypeDArray
TypeDelegate
TypeEnum
TypeError
TypeFunction
TypeIdentifier
TypeInstance
TypeMixin
TypeNext
TypeNoreturn
TypeNull
TypePointer
TypeQualified
TypeReference
TypeReturn
TypeSArray
TypeSlice
TypeStruct
TypeTag
TypeTraits
TypeTuple
TypeTypeof
TypeVector
enums
Covariant
DotExpFlag
ScopeRef
functions
MODimplicitConv
MODmerge
MODmethodConv
MODtoBuffer
MODtoChars
MODtoString
ModToStc
attributesApply
buildScopeRef
getException
getThrowable
isAggregate
isCopyable
isIndexableNonAggregate
isSomeChar
modifiersApply
mutabilityOfType
toAutoQualChars
toBooleanVector
toChars
trustToString
visitTYCase
mixin templates
VisitType
structs
ParameterList
Static array, one with a fixed dimension