isComponent

To be a valid component, C must: - be a struct or union - have the UDA component - must contain only mutable or const fields (no immutable, inout or shared qualifiers)

Members

Variables

isComponent
enum bool isComponent;
Undocumented in source.
isComponent
enum bool isComponent;
Undocumented in source.
isMutableOrConst
enum bool isMutableOrConst(F);
Undocumented in source.

Meta