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

List_Delimiter

mattt edited this page Dec 21, 2020 · 3 revisions

List.Delimiter

public enum Delimiter

Inheritance

Hashable

Enumeration Cases

none

case none

period

case period(: Int = 1)

parenthesis

case parenthesis(: Int = 1)
Clone this wiki locally