Protocols
The following protocols are available globally.
-
A type that represents a piece of Swift code
See moreDeclaration
Swift
public protocol CodeRepresentable
-
A protocol adopted by NormalEnumCase and AssociatedValueEnumCase to ensure type safety
Declaration
Swift
public protocol MixableEnumCase : EnumCase
-
Represents a line or block of Swift code
See moreDeclaration
Swift
public protocol Fragment : CodeRepresentable