Struct.isStruct

Checks if this type is a struct. For children of Struct, this always returns true.

class Struct
@property final override const
bool
isStruct
()

Return Value

Type: bool

true if the type is a struct.

Meta