Skip to content

FieldRecord_Flags

tevelee edited this page Jul 21, 2026 · 1 revision

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 Typealiases
Global Variables
Global Functions

Clone this wiki locally