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.