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

List_Kind_Delimiter

mattt edited this page Feb 7, 2020 · 1 revision

List.Kind.Delimiter

public enum Delimiter

Inheritance

Hashable

Nested Types

List.Kind.Delimiter.Item

Enumeration Cases

none

case none

period

case period(: Int = 1)

parenthesis

case parenthesis(: Int = 1)

Initializers

init(_:)

init(_ cmark_node: OpaquePointer)
Clone this wiki locally