UintEnumValue

struct UintEnumValue
extension UintEnumValue : Equatable, Hashable, Sendable, SendableMetatype

Represents a single uint enum value.

  • The key for the value.

    Declaration

    Swift

    let rawValue: UInt64
  • The user-friendly names for the current language.

    Declaration

    Swift

    let labels: [String]
  • Undocumented

    Declaration

    Swift

    init(rawValue: UInt64, labels: [String] = [])