EnumAttribute

public struct EnumAttribute : Attribute

An “enum” (a.k.a. target-independent) attribute.

  • The value of the attribute.

    Declaration

    Swift

    public var value: UInt64 { get }
  • Retrieves the underlying LLVM attribute object.

    Declaration

    Swift

    public func asLLVM() -> LLVMAttributeRef