RuleName

public struct RuleName : Hashable

The name of a rule. Must be anonymous or otherwise unique among the other names of rules belonging to the same symbol.

  • The name

    Declaration

    Swift

    public let name: String?
  • Undocumented

    Declaration

    Swift

    public init(_ name: String? = nil)
  • Undocumented

    Declaration

    Swift

    public var isAnonymous: Bool { get }