YamlAnchorCoding
public protocol YamlAnchorCoding : YamlAnchorProviding
YamlAnchorCoding refines YamlAnchorProviding.
Types that conform to YamlAnchorCoding and Decodable can decode yaml anchors
from source documents into Anchor values for reference or modification in memory.
-
the Anchor coded with this node or nil if none is present
Declaration
Swift
var yamlAnchor: Anchor? { get set }
View on GitHub
Install in Dash