Struct

Undocumented in source.
abstract
class Struct : Aggregate {}

Members

Properties

isStruct
bool isStruct [@property getter]

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

Meta