Defines a Dsymbol representing an aggregate, which is a struct, union or class.
Specification: Structs, Class.
The ClassKind enum is used in AggregateDeclaration AST nodes to specify the linkage type of the struct/class/interface or if it is an anonymous class. If the class is anonymous it is also considered to be a D class.
See Source File _aggregate.d Documentation: https://dlang.org/phobos/dmd_aggregate.html Coverage: https://codecov.io/gh/dlang/dmd/src/master/src/dmd/aggregate.d
Walter Bright
Copyright (C) 1999-2020 by The D Language Foundation, All Rights Reserved
Boost License 1.0
Defines a Dsymbol representing an aggregate, which is a struct, union or class.
Specification: Structs, Class.