Entry

public struct Entry

Represents an entry in the module flags structure.

  • The conflict behavior of this flag.

    Declaration

    Swift

    public var behavior: Behavior { get }
  • key

    The key this flag was inserted with.

    Declaration

    Swift

    public var key: String { get }
  • The metadata value associated with this flag.

    Declaration

    Swift

    public var metadata: IRMetadata { get }