This repository was archived by the owner on Oct 17, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
DiscussionPart
mattt edited this page Feb 24, 2021
·
8 revisions
A part of the discussion.
public enum DiscussionPartCodable, CustomStringConvertible, Equatable
public init(from decoder: Decoder) throwscase blockQuote(: BlockQuote)case callout(: Callout)case codeBlock(: CodeBlock)case heading(: Heading)case htmlBlock(: HTMLBlock)case list(: List)case paragraph(: Paragraph)var description: Stringpublic static func ==(lhs: DiscussionPart, rhs: DiscussionPart) -> Boolpublic func encode(to encoder: Encoder) throwsGenerated at 2021-06-10T10:51:02+0000 using swift-doc 1.0.0-rc.1.