CloseKeyword
public class CloseKeyword : Keyword
A special subclass of the Keyword class, which initialises a Keyword with an closing type.
Usually used for closing parentheses: CloseKeyword("]")
-
The initialiser uses the closing type, but the
namestill must be providedDeclaration
Swift
public init(_ name: String)Parameters
nameThe name (and value) of the
Keyword
View on GitHub
Install in Dash
CloseKeyword Class Reference