Struct and union declarations.
Specification: Structs
All struct declarations are an instance of this.
Unions are a variation on structs.
Search sd for a member function of the form: extern (D) string toString();
Request additional semantic analysis for TypeInfo generation.
See Source File _dstruct.d Documentation: https://dlang.org/phobos/dmd_dstruct.html Coverage: https://codecov.io/gh/dlang/dmd/src/master/src/dmd/dstruct.d
Walter Bright
Copyright (C) 1999-2020 by The D Language Foundation, All Rights Reserved
Boost License 1.0
Struct and union declarations.
Specification: Structs