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