std.d.
ast
.StructBody
public final class StructBody : ASTNode
Variables
startLocation
size_t
Byte position of the opening brace
endLocation
size_t
Byte position of the closing brace
declarations
Declaration[]