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

List_Item

mattt edited this page Jan 24, 2020 · 12 revisions

List.Item

public final class Item: Node

Inheritance

Node, Hashable, CustomStringConvertible, ListItemConvertible, Equatable


Initializers

init(children:)

public convenience init(children: [Child] = [])

init(_:)

public convenience init(_ closure: () -> String)

init(_:)

public convenience init(_ builder: () -> BlockConvertible)

Properties

cmark_node_type

var cmark_node_type: cmark_node_type

description

var description: String

listItemValue

var listItemValue: [List.Item]

Methods

hash(into:)

public func hash(into hasher: inout Hasher)

==(lhs:rhs:)

public static func ==(lhs: Node, rhs: Node) -> Bool
Clone this wiki locally