Delimiter
public enum Delimiter : CaseIterable
extension Delimiter: Hashable
Undocumented
-
Undocumented
Declaration
Swift
case comment(String, String) -
Undocumented
Declaration
Swift
case output(String, String) -
Undocumented
Declaration
Swift
case statement(String, String) -
See
CaseIterable.Declaration
Swift
public static var allCases: [Delimiter] { get } -
See
Equatable.Declaration
Swift
public static func == (lhs: Delimiter, rhs: Delimiter) -> Bool -
See
Hashable.Declaration
Swift
public func hash(into hasher: inout Hasher)
View on GitHub
Install in Dash
Delimiter Enumeration Reference