Skip to content
This repository has been archived by the owner on Oct 17, 2021. It is now read-only.

Comment

mattt edited this page May 5, 2021 · 3 revisions

Comment

public final class Comment: Node 

Inheritance

Node, ExpressibleByStringLiteral

Initializers

init(content:)

public convenience init(content: String) 

init?(rawValue:)

public required init?(rawValue: UnsafeMutableRawPointer) 

init(stringLiteral:)

public convenience init(stringLiteral value: String) 

init(_:)

public convenience init(@StringBuilder _ builder: () -> String) 

Methods

remove()

public func remove() 
Types
Protocols
Global Functions
Extensions
Clone this wiki locally