Protocols
The following protocols are available globally.
-
Types conforming to this protocol can be extracted
See moreNode.Scalar
s.Declaration
Swift
public protocol ScalarConstructible
-
Confirming types are convertible to base 60 numeric values.
See moreDeclaration
Swift
public protocol SexagesimalConvertible : ExpressibleByIntegerLiteral
-
Declaration
Swift
public protocol NodeRepresentable
-
Type is representable as
See moreNode.scalar
.Declaration
Swift
public protocol ScalarRepresentable : NodeRepresentable
-
Types conforming to this protocol can be encoded by
See moreYamlEncoder
.Declaration
Swift
public protocol YAMLEncodable : Encodable