EnumConstantDecl

public struct EnumConstantDecl: ClangCursorBacked

Undocumented

  • Retrieve the integer value of an enum constant declaration as an Int.

    Declaration

    Swift

    public var value: Int
  • Retrieve the integer value of an enum constant declaration as a UInt.

    Declaration

    Swift

    public var unsignedValue: UInt