Bug

public struct Bug

Represents Bugs for a proposal.

  • Undocumented

    Declaration

    Swift

    public let srNumber: String
  • url

    Undocumented

    Declaration

    Swift

    public let url: String
  • Undocumented

    Declaration

    Swift

    public init(srNumber: String, url : String)
  • Declaration

    Swift

    public var description: String
  • Declaration

    Swift

    public static func ==(lhs: Bug, rhs: Bug) -> Bool
  • Declaration

    Swift

    public static func < (lhs: Bug, rhs: Bug) -> Bool
  • Declaration

    Swift

    public var hashValue: Int