This repository was archived by the owner on Jun 1, 2023. It is now read-only.
-
Couldn't load subscription status.
- Fork 97
Symbol
mattt edited this page Oct 4, 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? = context.compactMap { $0 as? Extension }.firstvar 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.