IrTypeStruct

variadic type, members follow the struct in memory

Postblit

this(this)
this(this)
Undocumented in source.

Members

Functions

alignment
uint alignment()
Undocumented in source. Be warned that the author may not have intended to support it.
members
IrTypeStructMember[] members()

This must be called on the value in the buffer, not stack-local value

sizealign
SizeAndAlignment sizealign()
Undocumented in source. Be warned that the author may not have intended to support it.
sizealign
void sizealign(SizeAndAlignment sa)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

alignmentPower
ubyte alignmentPower;
Undocumented in source.
header
IrTypeHeader header;
Undocumented in source.
isUnion
bool isUnion;
Undocumented in source.
members_payload
IrTypeStructMember[0] members_payload;
Undocumented in source.
numMembers
uint numMembers;
Undocumented in source.
size
uint size;
Undocumented in source.

Meta