Anchor
public final class Anchor : RawRepresentable, ExpressibleByStringLiteral, Codable, Hashable
extension Anchor: CustomStringConvertible
A representation of a YAML tag see: https://yaml.org/spec/1.2.2/ Types interested in Encoding and Decoding Anchors should conform to YamlAnchorProviding and YamlAnchorCoding respectively.
-
A CharacterSet containing only characters which are permitted by the underlying cyaml implementation
Declaration
Swift
public static let permittedCharacters: CharacterSet
-
Returns true if and only if
string
contains only characters which are also inpermittedCharacters
Declaration
Swift
public static func is_cyamlAlpha(_ string: String) -> Bool
-
Declaration
Swift
public let rawValue: String
-
Declaration
Swift
public init(rawValue: String)
-
Declaration
Swift
public init(stringLiteral value: String)
-
Declaration
Swift
public var description: String { get }