This repository has been archived by the owner on Jun 1, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 98
Symbol
mattt edited this page Apr 6, 2020
·
19 revisions
public final class Symbol
Codable
, Comparable
, Equatable
, Hashable
public typealias ID = Identifier
public convenience init(from decoder: Decoder) throws
let api: API
let context: [Contextual]
let declaration: String
let documentation: Documentation?
let sourceLocation: SourceLocation?
var `extension`: Extension?
var conditions: [CompilationCondition]
var name: String
var id: ID
var isPublic: Bool
var isDocumented: Bool
public static func ==(lhs: Symbol, rhs: Symbol) -> Bool
public static func <(lhs: Symbol, rhs: Symbol) -> Bool
public func hash(into hasher: inout Hasher)
public func encode(to encoder: Encoder) throws
Generated at 2021-05-05T17:50:46+0000 using swift-doc 1.0.0-beta.6.