Author

public struct Author

Represents a proposal author.

  • Undocumented

    Declaration

    Swift

    public let name: String
  • Undocumented

    Declaration

    Swift

    public init(name: String)
  • Declaration

    Swift

    public var description: String
  • Declaration

    Swift

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

    Swift

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

    Swift

    public var hashValue: Int