Skip to content

FieldRecord_Flags

Azoy edited this page May 6, 2021 · 2 revisions

FieldRecord.Flags

The flags which describe a field record.

public struct Flags 

Properties

bits

Flags as represented in bits.

public let bits: UInt32

isIndirectCase

Whether this is an enum case that's also indirect

public var isIndirectCase: Bool 

isVar

Whether this is a stored property that is var

public var isVar: Bool 
Types
Protocols
Global Variables
Global Functions
Clone this wiki locally