diff --git a/Classes.html b/Classes.html index a44e3af9..26678ad5 100644 --- a/Classes.html +++ b/Classes.html @@ -48,7 +48,7 @@ @@ -513,7 +513,7 @@

Declaration

diff --git a/Classes/Constructor.html b/Classes/Constructor.html index 9e0be786..89ba8b95 100644 --- a/Classes/Constructor.html +++ b/Classes/Constructor.html @@ -48,7 +48,9 @@ @@ -654,7 +656,7 @@

Declaration

diff --git a/Classes/Emitter.html b/Classes/Emitter.html index a9b06a86..1e394bbe 100644 --- a/Classes/Emitter.html +++ b/Classes/Emitter.html @@ -48,7 +48,9 @@ @@ -443,9 +445,9 @@

Declaration

explicitEnd: Bool = false, version: (major: Int, minor: Int)? = nil, sortKeys: Bool = false, - sequenceStyle: Node.Sequence.Style = .any, - mappingStyle: Node.Mapping.Style = .any, - newLineScalarStyle: Node.Scalar.Style = .any) + sequenceStyle: Node.Sequence.Style = .any, + mappingStyle: Node.Mapping.Style = .any, + newLineScalarStyle: Node.Scalar.Style = .any) @@ -534,7 +536,7 @@

Parameters

-

Explicit document end ....

+

Explicit document end ....

@@ -728,7 +730,7 @@

Parameters

diff --git a/Classes/Emitter/LineBreak.html b/Classes/Emitter/LineBreak.html index 83b6a254..84a68bbe 100644 --- a/Classes/Emitter/LineBreak.html +++ b/Classes/Emitter/LineBreak.html @@ -48,7 +48,11 @@ @@ -391,7 +395,7 @@

Declaration

diff --git a/Classes/Emitter/Options.html b/Classes/Emitter/Options.html index a19f5289..fc11ae3d 100644 --- a/Classes/Emitter/Options.html +++ b/Classes/Emitter/Options.html @@ -48,7 +48,11 @@ @@ -627,8 +631,8 @@

Declaration

Swift

public init(canonical: Bool = false, indent: Int = 0, width: Int = 0, allowUnicode: Bool = false,
             lineBreak: Emitter.LineBreak = .ln, version: (major: Int, minor: Int)? = nil,
-            sortKeys: Bool = false, sequenceStyle: Node.Sequence.Style = .any,
-            mappingStyle: Node.Mapping.Style = .any, newLineScalarStyle: Node.Scalar.Style = .any)
+ sortKeys: Bool = false, sequenceStyle: Node.Sequence.Style = .any, + mappingStyle: Node.Mapping.Style = .any, newLineScalarStyle: Node.Scalar.Style = .any) @@ -717,7 +721,7 @@

Parameters

-

Explicit document end ....

+

Explicit document end ....

@@ -787,7 +791,7 @@

Parameters

diff --git a/Classes/Parser.html b/Classes/Parser.html index f38d72e9..16a4b01c 100644 --- a/Classes/Parser.html +++ b/Classes/Parser.html @@ -48,7 +48,9 @@ @@ -716,7 +718,7 @@

Return Value

diff --git a/Classes/Parser/Encoding.html b/Classes/Parser/Encoding.html index bf0bdf45..d9bbdd9e 100644 --- a/Classes/Parser/Encoding.html +++ b/Classes/Parser/Encoding.html @@ -48,7 +48,11 @@ @@ -393,7 +397,7 @@

Declaration

diff --git a/Classes/Resolver.html b/Classes/Resolver.html index 0a786114..cdc39b57 100644 --- a/Classes/Resolver.html +++ b/Classes/Resolver.html @@ -48,7 +48,9 @@ @@ -638,7 +640,7 @@

Declaration

diff --git a/Classes/Resolver/Rule.html b/Classes/Resolver/Rule.html index e55379ca..48237cf9 100644 --- a/Classes/Resolver/Rule.html +++ b/Classes/Resolver/Rule.html @@ -48,7 +48,11 @@ @@ -650,7 +654,7 @@

Declaration

diff --git a/Classes/Tag.html b/Classes/Tag.html index dbc87643..7b5c2594 100644 --- a/Classes/Tag.html +++ b/Classes/Tag.html @@ -48,7 +48,9 @@ @@ -552,7 +554,7 @@

Declaration

diff --git a/Classes/Tag/Name.html b/Classes/Tag/Name.html index e4250ff6..2f7e9299 100644 --- a/Classes/Tag/Name.html +++ b/Classes/Tag/Name.html @@ -48,7 +48,11 @@ @@ -872,7 +876,7 @@

Declaration

diff --git a/Classes/YAMLDecoder.html b/Classes/YAMLDecoder.html index f6afb6e1..aeb9c29b 100644 --- a/Classes/YAMLDecoder.html +++ b/Classes/YAMLDecoder.html @@ -48,7 +48,9 @@ @@ -705,7 +707,7 @@

Declaration

diff --git a/Classes/YAMLEncoder.html b/Classes/YAMLEncoder.html index 5e0eb523..8a80265d 100644 --- a/Classes/YAMLEncoder.html +++ b/Classes/YAMLEncoder.html @@ -48,7 +48,9 @@ @@ -462,7 +464,7 @@

Return Value

diff --git a/Enums.html b/Enums.html index f6c924ba..cf6d5353 100644 --- a/Enums.html +++ b/Enums.html @@ -48,7 +48,7 @@ @@ -361,7 +361,7 @@

Declaration

diff --git a/Enums/Node.html b/Enums/Node.html index c979752b..a6573ed3 100644 --- a/Enums/Node.html +++ b/Enums/Node.html @@ -48,7 +48,9 @@ @@ -633,7 +635,7 @@

Declaration

Declaration

Swift

-
public init(_ string: String, _ tag: Tag = .implicit, _ style: Scalar.Style = .any)
+
public init(_ string: String, _ tag: Tag = .implicit, _ style: Scalar.Style = .any)
@@ -706,7 +708,7 @@

Parameters

Declaration

Swift

-
public init(_ pairs: [(Node, Node)], _ tag: Tag = .implicit, _ style: Mapping.Style = .any)
+
public init(_ pairs: [(Node, Node)], _ tag: Tag = .implicit, _ style: Mapping.Style = .any)
@@ -779,7 +781,7 @@

Parameters

Declaration

Swift

-
public init(_ nodes: [Node], _ tag: Tag = .implicit, _ style: Sequence.Style = .any)
+
public init(_ nodes: [Node], _ tag: Tag = .implicit, _ style: Sequence.Style = .any)
@@ -1792,7 +1794,7 @@

Declaration

diff --git a/Enums/Node/Mapping.html b/Enums/Node/Mapping.html index 4d6fb0ca..dc4606fc 100644 --- a/Enums/Node/Mapping.html +++ b/Enums/Node/Mapping.html @@ -48,7 +48,11 @@ @@ -438,7 +442,7 @@

Declaration

Declaration

Swift

-
public init(_ pairs: [(Node, Node)], _ tag: Tag = .implicit, _ style: Style = .any, _ mark: Mark? = nil)
+
public init(_ pairs: [(Node, Node)], _ tag: Tag = .implicit, _ style: Style = .any, _ mark: Mark? = nil)
@@ -718,7 +722,7 @@

Declaration

diff --git a/Enums/Node/Mapping/Style.html b/Enums/Node/Mapping/Style.html index 62857704..f83a47a3 100644 --- a/Enums/Node/Mapping/Style.html +++ b/Enums/Node/Mapping/Style.html @@ -48,7 +48,13 @@ @@ -312,7 +318,7 @@

Style

Declaration

Swift

-
case any
+
case any
@@ -391,7 +397,7 @@

Declaration

diff --git a/Enums/Node/Scalar.html b/Enums/Node/Scalar.html index a01d38ac..80f60450 100644 --- a/Enums/Node/Scalar.html +++ b/Enums/Node/Scalar.html @@ -48,7 +48,11 @@ @@ -466,7 +470,7 @@

Declaration

Declaration

Swift

-
public init(_ string: String, _ tag: Tag = .implicit, _ style: Style = .any, _ mark: Mark? = nil)
+
public init(_ string: String, _ tag: Tag = .implicit, _ style: Style = .any, _ mark: Mark? = nil)
@@ -540,7 +544,7 @@

Parameters

diff --git a/Enums/Node/Scalar/Style.html b/Enums/Node/Scalar/Style.html index e49e4686..b6d7fdb7 100644 --- a/Enums/Node/Scalar/Style.html +++ b/Enums/Node/Scalar/Style.html @@ -48,7 +48,13 @@ @@ -312,7 +318,7 @@

Style

Declaration

Swift

-
case any = 0
+
case any = 0
@@ -481,7 +487,7 @@

Declaration

diff --git a/Enums/Node/Sequence.html b/Enums/Node/Sequence.html index 9090cf75..0e952643 100644 --- a/Enums/Node/Sequence.html +++ b/Enums/Node/Sequence.html @@ -48,7 +48,11 @@ @@ -440,7 +444,7 @@

Declaration

Declaration

Swift

-
public init(_ nodes: [Node], _ tag: Tag = .implicit, _ style: Style = .any, _ mark: Mark? = nil)
+
public init(_ nodes: [Node], _ tag: Tag = .implicit, _ style: Style = .any, _ mark: Mark? = nil)
@@ -514,7 +518,7 @@

Parameters

diff --git a/Enums/Node/Sequence/Style.html b/Enums/Node/Sequence/Style.html index 9989032e..9197af94 100644 --- a/Enums/Node/Sequence/Style.html +++ b/Enums/Node/Sequence/Style.html @@ -48,7 +48,13 @@ @@ -312,7 +318,7 @@

Style

Declaration

Swift

-
case any
+
case any
@@ -391,7 +397,7 @@

Declaration

diff --git a/Enums/YamlError.html b/Enums/YamlError.html index 8b541e17..af391937 100644 --- a/Enums/YamlError.html +++ b/Enums/YamlError.html @@ -48,7 +48,9 @@ @@ -959,7 +961,7 @@

Declaration

diff --git a/Enums/YamlError/Context.html b/Enums/YamlError/Context.html index f77bdcec..3b841c67 100644 --- a/Enums/YamlError/Context.html +++ b/Enums/YamlError/Context.html @@ -48,7 +48,11 @@ @@ -391,7 +395,7 @@

Declaration

diff --git a/Extensions.html b/Extensions.html index 2c02740c..011f325f 100644 --- a/Extensions.html +++ b/Extensions.html @@ -48,7 +48,7 @@ @@ -1383,7 +1383,7 @@

Declaration

diff --git a/Extensions/Array.html b/Extensions/Array.html index 7272003a..3ba3a4e0 100644 --- a/Extensions/Array.html +++ b/Extensions/Array.html @@ -48,9 +48,11 @@
@@ -500,7 +502,7 @@

Declaration

diff --git a/Extensions/BinaryInteger.html b/Extensions/BinaryInteger.html index 4296a0eb..1311958d 100644 --- a/Extensions/BinaryInteger.html +++ b/Extensions/BinaryInteger.html @@ -48,9 +48,11 @@
@@ -327,7 +329,7 @@

Declaration

diff --git a/Extensions/Bool.html b/Extensions/Bool.html index 1c813386..d35d4db9 100644 --- a/Extensions/Bool.html +++ b/Extensions/Bool.html @@ -48,9 +48,11 @@
@@ -395,7 +397,7 @@

Declaration

diff --git a/Extensions/Data.html b/Extensions/Data.html index 47d86d7d..659bdf99 100644 --- a/Extensions/Data.html +++ b/Extensions/Data.html @@ -48,9 +48,11 @@
@@ -395,7 +397,7 @@

Declaration

diff --git a/Extensions/Date.html b/Extensions/Date.html index adbcade6..d27fe6ee 100644 --- a/Extensions/Date.html +++ b/Extensions/Date.html @@ -48,9 +48,11 @@
@@ -438,7 +440,7 @@

Declaration

diff --git a/Extensions/Decimal.html b/Extensions/Decimal.html index 61150bc4..d416c81b 100644 --- a/Extensions/Decimal.html +++ b/Extensions/Decimal.html @@ -48,9 +48,11 @@
@@ -395,7 +397,7 @@

Declaration

diff --git a/Extensions/Decoder.html b/Extensions/Decoder.html index 5a174067..acc7cde3 100644 --- a/Extensions/Decoder.html +++ b/Extensions/Decoder.html @@ -48,9 +48,11 @@
@@ -327,7 +329,7 @@

Declaration

diff --git a/Extensions/Dictionary.html b/Extensions/Dictionary.html index c3ea297b..64138d35 100644 --- a/Extensions/Dictionary.html +++ b/Extensions/Dictionary.html @@ -48,9 +48,11 @@
@@ -394,7 +396,7 @@

Declaration

diff --git a/Extensions/Double.html b/Extensions/Double.html index 94429e3e..57a44a4c 100644 --- a/Extensions/Double.html +++ b/Extensions/Double.html @@ -48,9 +48,11 @@
@@ -382,7 +384,7 @@

Declaration

diff --git a/Extensions/FixedWidthInteger.html b/Extensions/FixedWidthInteger.html index dba56744..3ddc5e9e 100644 --- a/Extensions/FixedWidthInteger.html +++ b/Extensions/FixedWidthInteger.html @@ -48,9 +48,11 @@
@@ -426,7 +428,7 @@

Return Value

diff --git a/Extensions/Float.html b/Extensions/Float.html index fc56bf60..efbf1f64 100644 --- a/Extensions/Float.html +++ b/Extensions/Float.html @@ -48,9 +48,11 @@
@@ -382,7 +384,7 @@

Declaration

diff --git a/Extensions/Int.html b/Extensions/Int.html index 2caed924..0b6b8d25 100644 --- a/Extensions/Int.html +++ b/Extensions/Int.html @@ -48,9 +48,11 @@
@@ -353,7 +355,7 @@

Return Value

diff --git a/Extensions/Int64.html b/Extensions/Int64.html index 139aaccd..1a3bf11d 100644 --- a/Extensions/Int64.html +++ b/Extensions/Int64.html @@ -48,9 +48,11 @@
@@ -353,7 +355,7 @@

Return Value

diff --git a/Extensions/NSNull.html b/Extensions/NSNull.html index b42f5d75..2c744044 100644 --- a/Extensions/NSNull.html +++ b/Extensions/NSNull.html @@ -48,9 +48,11 @@
@@ -394,7 +396,7 @@

Declaration

diff --git a/Extensions/Optional.html b/Extensions/Optional.html index 7d645453..733f8d7d 100644 --- a/Extensions/Optional.html +++ b/Extensions/Optional.html @@ -48,9 +48,11 @@
@@ -327,7 +329,7 @@

Declaration

diff --git a/Extensions/Set.html b/Extensions/Set.html index 94f139c4..9ba0c4e7 100644 --- a/Extensions/Set.html +++ b/Extensions/Set.html @@ -48,9 +48,11 @@
@@ -350,7 +352,7 @@

Return Value

diff --git a/Extensions/String.html b/Extensions/String.html index 1758c24d..afd54b60 100644 --- a/Extensions/String.html +++ b/Extensions/String.html @@ -48,9 +48,11 @@
@@ -448,7 +450,7 @@

Declaration

diff --git a/Extensions/UInt.html b/Extensions/UInt.html index fe051ea0..18b5245f 100644 --- a/Extensions/UInt.html +++ b/Extensions/UInt.html @@ -48,9 +48,11 @@
@@ -353,7 +355,7 @@

Return Value

diff --git a/Extensions/UInt64.html b/Extensions/UInt64.html index bc6d88f1..8bbb6112 100644 --- a/Extensions/UInt64.html +++ b/Extensions/UInt64.html @@ -48,9 +48,11 @@
@@ -353,7 +355,7 @@

Return Value

diff --git a/Extensions/URL.html b/Extensions/URL.html index b73b7269..51e88e45 100644 --- a/Extensions/URL.html +++ b/Extensions/URL.html @@ -48,9 +48,11 @@
@@ -395,7 +397,7 @@

Declaration

diff --git a/Extensions/UUID.html b/Extensions/UUID.html index 48cfe43a..daed7391 100644 --- a/Extensions/UUID.html +++ b/Extensions/UUID.html @@ -48,9 +48,11 @@
@@ -395,7 +397,7 @@

Declaration

diff --git a/Functions.html b/Functions.html index 5f4433d5..dbfdf726 100644 --- a/Functions.html +++ b/Functions.html @@ -48,7 +48,7 @@ @@ -318,9 +318,9 @@

Declaration

explicitEnd: Bool = false, version: (major: Int, minor: Int)? = nil, sortKeys: Bool = false, - sequenceStyle: Node.Sequence.Style = .any, - mappingStyle: Node.Mapping.Style = .any, - newLineScalarStyle: Node.Scalar.Style = .any) throws -> String + sequenceStyle: Node.Sequence.Style = .any, + mappingStyle: Node.Mapping.Style = .any, + newLineScalarStyle: Node.Scalar.Style = .any) throws -> String where Objects: Sequence @@ -421,7 +421,7 @@

Parameters

-

Explicit document end ....

+

Explicit document end ....

@@ -522,9 +522,9 @@

Declaration

explicitEnd: Bool = false, version: (major: Int, minor: Int)? = nil, sortKeys: Bool = false, - sequenceStyle: Node.Sequence.Style = .any, - mappingStyle: Node.Mapping.Style = .any, - newLineScalarStyle: Node.Scalar.Style = .any) throws -> String + sequenceStyle: Node.Sequence.Style = .any, + mappingStyle: Node.Mapping.Style = .any, + newLineScalarStyle: Node.Scalar.Style = .any) throws -> String @@ -624,7 +624,7 @@

Parameters

-

Explicit document end ....

+

Explicit document end ....

@@ -725,9 +725,9 @@

Declaration

explicitEnd: Bool = false, version: (major: Int, minor: Int)? = nil, sortKeys: Bool = false, - sequenceStyle: Node.Sequence.Style = .any, - mappingStyle: Node.Mapping.Style = .any, - newLineScalarStyle: Node.Scalar.Style = .any) throws -> String + sequenceStyle: Node.Sequence.Style = .any, + mappingStyle: Node.Mapping.Style = .any, + newLineScalarStyle: Node.Scalar.Style = .any) throws -> String where Nodes: Sequence, Nodes.Iterator.Element == Node @@ -828,7 +828,7 @@

Parameters

-

Explicit document end ....

+

Explicit document end ....

@@ -929,9 +929,9 @@

Declaration

explicitEnd: Bool = false, version: (major: Int, minor: Int)? = nil, sortKeys: Bool = false, - sequenceStyle: Node.Sequence.Style = .any, - mappingStyle: Node.Mapping.Style = .any, - newLineScalarStyle: Node.Scalar.Style = .any) throws -> String + sequenceStyle: Node.Sequence.Style = .any, + mappingStyle: Node.Mapping.Style = .any, + newLineScalarStyle: Node.Scalar.Style = .any) throws -> String @@ -1031,7 +1031,7 @@

Parameters

-

Explicit document end ....

+

Explicit document end ....

@@ -1497,7 +1497,7 @@

Return Value

diff --git a/Protocols.html b/Protocols.html index 8a38bc78..a1614327 100644 --- a/Protocols.html +++ b/Protocols.html @@ -48,7 +48,7 @@ @@ -507,7 +507,7 @@

Declaration

diff --git a/Protocols/NodeRepresentable.html b/Protocols/NodeRepresentable.html index ea236a10..bf87c6aa 100644 --- a/Protocols/NodeRepresentable.html +++ b/Protocols/NodeRepresentable.html @@ -48,7 +48,9 @@ @@ -331,7 +333,7 @@

Declaration

diff --git a/Protocols/ScalarConstructible.html b/Protocols/ScalarConstructible.html index 68e7bf4c..f733d86f 100644 --- a/Protocols/ScalarConstructible.html +++ b/Protocols/ScalarConstructible.html @@ -48,7 +48,9 @@ @@ -436,7 +438,7 @@

Return Value

diff --git a/Protocols/ScalarRepresentable.html b/Protocols/ScalarRepresentable.html index eb0b35c1..0afc49e1 100644 --- a/Protocols/ScalarRepresentable.html +++ b/Protocols/ScalarRepresentable.html @@ -48,7 +48,9 @@ @@ -339,7 +341,7 @@

Declaration

diff --git a/Protocols/SexagesimalConvertible.html b/Protocols/SexagesimalConvertible.html index ef7b6dad..59996639 100644 --- a/Protocols/SexagesimalConvertible.html +++ b/Protocols/SexagesimalConvertible.html @@ -48,7 +48,9 @@ @@ -630,7 +632,7 @@

Return Value

diff --git a/Protocols/YAMLEncodable.html b/Protocols/YAMLEncodable.html index 57d654d0..74b658ae 100644 --- a/Protocols/YAMLEncodable.html +++ b/Protocols/YAMLEncodable.html @@ -48,7 +48,9 @@ @@ -381,7 +383,7 @@

Declaration

diff --git a/Structs.html b/Structs.html index 9d796dc1..9b14c43b 100644 --- a/Structs.html +++ b/Structs.html @@ -48,7 +48,7 @@ @@ -354,7 +354,7 @@

Declaration

diff --git a/Structs/Mark.html b/Structs/Mark.html index e579a077..92a4f758 100644 --- a/Structs/Mark.html +++ b/Structs/Mark.html @@ -48,7 +48,9 @@ @@ -448,7 +450,7 @@

Declaration

diff --git a/Structs/YamlSequence.html b/Structs/YamlSequence.html index 4db9f33a..29ced9d1 100644 --- a/Structs/YamlSequence.html +++ b/Structs/YamlSequence.html @@ -48,7 +48,9 @@ @@ -361,7 +363,7 @@

Declaration

diff --git a/css/jazzy.css b/css/jazzy.css index c7bb9fe2..9d4b08b8 100644 --- a/css/jazzy.css +++ b/css/jazzy.css @@ -259,10 +259,11 @@ pre code { padding-left: 3px; margin-left: 20px; font-size: 1rem; } - .item .declaration-note { - font-size: .85em; - color: #808080; - font-style: italic; } + +.declaration-note { + font-size: .85em; + color: #808080; + font-style: italic; } .pointer-container { border-bottom: 1px solid #ddd; diff --git a/docsets/Yams.docset/Contents/Resources/Documents/Classes.html b/docsets/Yams.docset/Contents/Resources/Documents/Classes.html index a44e3af9..26678ad5 100644 --- a/docsets/Yams.docset/Contents/Resources/Documents/Classes.html +++ b/docsets/Yams.docset/Contents/Resources/Documents/Classes.html @@ -48,7 +48,7 @@ @@ -513,7 +513,7 @@

Declaration

diff --git a/docsets/Yams.docset/Contents/Resources/Documents/Classes/Constructor.html b/docsets/Yams.docset/Contents/Resources/Documents/Classes/Constructor.html index 9e0be786..89ba8b95 100644 --- a/docsets/Yams.docset/Contents/Resources/Documents/Classes/Constructor.html +++ b/docsets/Yams.docset/Contents/Resources/Documents/Classes/Constructor.html @@ -48,7 +48,9 @@ @@ -654,7 +656,7 @@

Declaration

diff --git a/docsets/Yams.docset/Contents/Resources/Documents/Classes/Emitter.html b/docsets/Yams.docset/Contents/Resources/Documents/Classes/Emitter.html index a9b06a86..1e394bbe 100644 --- a/docsets/Yams.docset/Contents/Resources/Documents/Classes/Emitter.html +++ b/docsets/Yams.docset/Contents/Resources/Documents/Classes/Emitter.html @@ -48,7 +48,9 @@ @@ -443,9 +445,9 @@

Declaration

explicitEnd: Bool = false, version: (major: Int, minor: Int)? = nil, sortKeys: Bool = false, - sequenceStyle: Node.Sequence.Style = .any, - mappingStyle: Node.Mapping.Style = .any, - newLineScalarStyle: Node.Scalar.Style = .any) + sequenceStyle: Node.Sequence.Style = .any, + mappingStyle: Node.Mapping.Style = .any, + newLineScalarStyle: Node.Scalar.Style = .any) @@ -534,7 +536,7 @@

Parameters

-

Explicit document end ....

+

Explicit document end ....

@@ -728,7 +730,7 @@

Parameters

diff --git a/docsets/Yams.docset/Contents/Resources/Documents/Classes/Emitter/LineBreak.html b/docsets/Yams.docset/Contents/Resources/Documents/Classes/Emitter/LineBreak.html index 83b6a254..84a68bbe 100644 --- a/docsets/Yams.docset/Contents/Resources/Documents/Classes/Emitter/LineBreak.html +++ b/docsets/Yams.docset/Contents/Resources/Documents/Classes/Emitter/LineBreak.html @@ -48,7 +48,11 @@ @@ -391,7 +395,7 @@

Declaration

diff --git a/docsets/Yams.docset/Contents/Resources/Documents/Classes/Emitter/Options.html b/docsets/Yams.docset/Contents/Resources/Documents/Classes/Emitter/Options.html index a19f5289..fc11ae3d 100644 --- a/docsets/Yams.docset/Contents/Resources/Documents/Classes/Emitter/Options.html +++ b/docsets/Yams.docset/Contents/Resources/Documents/Classes/Emitter/Options.html @@ -48,7 +48,11 @@ @@ -627,8 +631,8 @@

Declaration

Swift

public init(canonical: Bool = false, indent: Int = 0, width: Int = 0, allowUnicode: Bool = false,
             lineBreak: Emitter.LineBreak = .ln, version: (major: Int, minor: Int)? = nil,
-            sortKeys: Bool = false, sequenceStyle: Node.Sequence.Style = .any,
-            mappingStyle: Node.Mapping.Style = .any, newLineScalarStyle: Node.Scalar.Style = .any)
+ sortKeys: Bool = false, sequenceStyle: Node.Sequence.Style = .any, + mappingStyle: Node.Mapping.Style = .any, newLineScalarStyle: Node.Scalar.Style = .any) @@ -717,7 +721,7 @@

Parameters

-

Explicit document end ....

+

Explicit document end ....

@@ -787,7 +791,7 @@

Parameters

diff --git a/docsets/Yams.docset/Contents/Resources/Documents/Classes/Parser.html b/docsets/Yams.docset/Contents/Resources/Documents/Classes/Parser.html index f38d72e9..16a4b01c 100644 --- a/docsets/Yams.docset/Contents/Resources/Documents/Classes/Parser.html +++ b/docsets/Yams.docset/Contents/Resources/Documents/Classes/Parser.html @@ -48,7 +48,9 @@ @@ -716,7 +718,7 @@

Return Value

diff --git a/docsets/Yams.docset/Contents/Resources/Documents/Classes/Parser/Encoding.html b/docsets/Yams.docset/Contents/Resources/Documents/Classes/Parser/Encoding.html index bf0bdf45..d9bbdd9e 100644 --- a/docsets/Yams.docset/Contents/Resources/Documents/Classes/Parser/Encoding.html +++ b/docsets/Yams.docset/Contents/Resources/Documents/Classes/Parser/Encoding.html @@ -48,7 +48,11 @@ @@ -393,7 +397,7 @@

Declaration

diff --git a/docsets/Yams.docset/Contents/Resources/Documents/Classes/Resolver.html b/docsets/Yams.docset/Contents/Resources/Documents/Classes/Resolver.html index 0a786114..cdc39b57 100644 --- a/docsets/Yams.docset/Contents/Resources/Documents/Classes/Resolver.html +++ b/docsets/Yams.docset/Contents/Resources/Documents/Classes/Resolver.html @@ -48,7 +48,9 @@ @@ -638,7 +640,7 @@

Declaration

diff --git a/docsets/Yams.docset/Contents/Resources/Documents/Classes/Resolver/Rule.html b/docsets/Yams.docset/Contents/Resources/Documents/Classes/Resolver/Rule.html index e55379ca..48237cf9 100644 --- a/docsets/Yams.docset/Contents/Resources/Documents/Classes/Resolver/Rule.html +++ b/docsets/Yams.docset/Contents/Resources/Documents/Classes/Resolver/Rule.html @@ -48,7 +48,11 @@ @@ -650,7 +654,7 @@

Declaration

diff --git a/docsets/Yams.docset/Contents/Resources/Documents/Classes/Tag.html b/docsets/Yams.docset/Contents/Resources/Documents/Classes/Tag.html index dbc87643..7b5c2594 100644 --- a/docsets/Yams.docset/Contents/Resources/Documents/Classes/Tag.html +++ b/docsets/Yams.docset/Contents/Resources/Documents/Classes/Tag.html @@ -48,7 +48,9 @@ @@ -552,7 +554,7 @@

Declaration

diff --git a/docsets/Yams.docset/Contents/Resources/Documents/Classes/Tag/Name.html b/docsets/Yams.docset/Contents/Resources/Documents/Classes/Tag/Name.html index e4250ff6..2f7e9299 100644 --- a/docsets/Yams.docset/Contents/Resources/Documents/Classes/Tag/Name.html +++ b/docsets/Yams.docset/Contents/Resources/Documents/Classes/Tag/Name.html @@ -48,7 +48,11 @@ @@ -872,7 +876,7 @@

Declaration

diff --git a/docsets/Yams.docset/Contents/Resources/Documents/Classes/YAMLDecoder.html b/docsets/Yams.docset/Contents/Resources/Documents/Classes/YAMLDecoder.html index f6afb6e1..aeb9c29b 100644 --- a/docsets/Yams.docset/Contents/Resources/Documents/Classes/YAMLDecoder.html +++ b/docsets/Yams.docset/Contents/Resources/Documents/Classes/YAMLDecoder.html @@ -48,7 +48,9 @@ @@ -705,7 +707,7 @@

Declaration

diff --git a/docsets/Yams.docset/Contents/Resources/Documents/Classes/YAMLEncoder.html b/docsets/Yams.docset/Contents/Resources/Documents/Classes/YAMLEncoder.html index 5e0eb523..8a80265d 100644 --- a/docsets/Yams.docset/Contents/Resources/Documents/Classes/YAMLEncoder.html +++ b/docsets/Yams.docset/Contents/Resources/Documents/Classes/YAMLEncoder.html @@ -48,7 +48,9 @@ @@ -462,7 +464,7 @@

Return Value

diff --git a/docsets/Yams.docset/Contents/Resources/Documents/Enums.html b/docsets/Yams.docset/Contents/Resources/Documents/Enums.html index f6c924ba..cf6d5353 100644 --- a/docsets/Yams.docset/Contents/Resources/Documents/Enums.html +++ b/docsets/Yams.docset/Contents/Resources/Documents/Enums.html @@ -48,7 +48,7 @@ @@ -361,7 +361,7 @@

Declaration

diff --git a/docsets/Yams.docset/Contents/Resources/Documents/Enums/Node.html b/docsets/Yams.docset/Contents/Resources/Documents/Enums/Node.html index c979752b..a6573ed3 100644 --- a/docsets/Yams.docset/Contents/Resources/Documents/Enums/Node.html +++ b/docsets/Yams.docset/Contents/Resources/Documents/Enums/Node.html @@ -48,7 +48,9 @@ @@ -633,7 +635,7 @@

Declaration

Declaration

Swift

-
public init(_ string: String, _ tag: Tag = .implicit, _ style: Scalar.Style = .any)
+
public init(_ string: String, _ tag: Tag = .implicit, _ style: Scalar.Style = .any)
@@ -706,7 +708,7 @@

Parameters

Declaration

Swift

-
public init(_ pairs: [(Node, Node)], _ tag: Tag = .implicit, _ style: Mapping.Style = .any)
+
public init(_ pairs: [(Node, Node)], _ tag: Tag = .implicit, _ style: Mapping.Style = .any)
@@ -779,7 +781,7 @@

Parameters

Declaration

Swift

-
public init(_ nodes: [Node], _ tag: Tag = .implicit, _ style: Sequence.Style = .any)
+
public init(_ nodes: [Node], _ tag: Tag = .implicit, _ style: Sequence.Style = .any)
@@ -1792,7 +1794,7 @@

Declaration

diff --git a/docsets/Yams.docset/Contents/Resources/Documents/Enums/Node/Mapping.html b/docsets/Yams.docset/Contents/Resources/Documents/Enums/Node/Mapping.html index 4d6fb0ca..dc4606fc 100644 --- a/docsets/Yams.docset/Contents/Resources/Documents/Enums/Node/Mapping.html +++ b/docsets/Yams.docset/Contents/Resources/Documents/Enums/Node/Mapping.html @@ -48,7 +48,11 @@ @@ -438,7 +442,7 @@

Declaration

Declaration

Swift

-
public init(_ pairs: [(Node, Node)], _ tag: Tag = .implicit, _ style: Style = .any, _ mark: Mark? = nil)
+
public init(_ pairs: [(Node, Node)], _ tag: Tag = .implicit, _ style: Style = .any, _ mark: Mark? = nil)
@@ -718,7 +722,7 @@

Declaration

diff --git a/docsets/Yams.docset/Contents/Resources/Documents/Enums/Node/Mapping/Style.html b/docsets/Yams.docset/Contents/Resources/Documents/Enums/Node/Mapping/Style.html index 62857704..f83a47a3 100644 --- a/docsets/Yams.docset/Contents/Resources/Documents/Enums/Node/Mapping/Style.html +++ b/docsets/Yams.docset/Contents/Resources/Documents/Enums/Node/Mapping/Style.html @@ -48,7 +48,13 @@ @@ -312,7 +318,7 @@

Style

Declaration

Swift

-
case any
+
case any
@@ -391,7 +397,7 @@

Declaration

diff --git a/docsets/Yams.docset/Contents/Resources/Documents/Enums/Node/Scalar.html b/docsets/Yams.docset/Contents/Resources/Documents/Enums/Node/Scalar.html index a01d38ac..80f60450 100644 --- a/docsets/Yams.docset/Contents/Resources/Documents/Enums/Node/Scalar.html +++ b/docsets/Yams.docset/Contents/Resources/Documents/Enums/Node/Scalar.html @@ -48,7 +48,11 @@ @@ -466,7 +470,7 @@

Declaration

Declaration

Swift

-
public init(_ string: String, _ tag: Tag = .implicit, _ style: Style = .any, _ mark: Mark? = nil)
+
public init(_ string: String, _ tag: Tag = .implicit, _ style: Style = .any, _ mark: Mark? = nil)
@@ -540,7 +544,7 @@

Parameters

diff --git a/docsets/Yams.docset/Contents/Resources/Documents/Enums/Node/Scalar/Style.html b/docsets/Yams.docset/Contents/Resources/Documents/Enums/Node/Scalar/Style.html index e49e4686..b6d7fdb7 100644 --- a/docsets/Yams.docset/Contents/Resources/Documents/Enums/Node/Scalar/Style.html +++ b/docsets/Yams.docset/Contents/Resources/Documents/Enums/Node/Scalar/Style.html @@ -48,7 +48,13 @@ @@ -312,7 +318,7 @@

Style

Declaration

Swift

-
case any = 0
+
case any = 0
@@ -481,7 +487,7 @@

Declaration

diff --git a/docsets/Yams.docset/Contents/Resources/Documents/Enums/Node/Sequence.html b/docsets/Yams.docset/Contents/Resources/Documents/Enums/Node/Sequence.html index 9090cf75..0e952643 100644 --- a/docsets/Yams.docset/Contents/Resources/Documents/Enums/Node/Sequence.html +++ b/docsets/Yams.docset/Contents/Resources/Documents/Enums/Node/Sequence.html @@ -48,7 +48,11 @@ @@ -440,7 +444,7 @@

Declaration

Declaration

Swift

-
public init(_ nodes: [Node], _ tag: Tag = .implicit, _ style: Style = .any, _ mark: Mark? = nil)
+
public init(_ nodes: [Node], _ tag: Tag = .implicit, _ style: Style = .any, _ mark: Mark? = nil)
@@ -514,7 +518,7 @@

Parameters

diff --git a/docsets/Yams.docset/Contents/Resources/Documents/Enums/Node/Sequence/Style.html b/docsets/Yams.docset/Contents/Resources/Documents/Enums/Node/Sequence/Style.html index 9989032e..9197af94 100644 --- a/docsets/Yams.docset/Contents/Resources/Documents/Enums/Node/Sequence/Style.html +++ b/docsets/Yams.docset/Contents/Resources/Documents/Enums/Node/Sequence/Style.html @@ -48,7 +48,13 @@ @@ -312,7 +318,7 @@

Style

Declaration

Swift

-
case any
+
case any
@@ -391,7 +397,7 @@

Declaration

diff --git a/docsets/Yams.docset/Contents/Resources/Documents/Enums/YamlError.html b/docsets/Yams.docset/Contents/Resources/Documents/Enums/YamlError.html index 8b541e17..af391937 100644 --- a/docsets/Yams.docset/Contents/Resources/Documents/Enums/YamlError.html +++ b/docsets/Yams.docset/Contents/Resources/Documents/Enums/YamlError.html @@ -48,7 +48,9 @@ @@ -959,7 +961,7 @@

Declaration

diff --git a/docsets/Yams.docset/Contents/Resources/Documents/Enums/YamlError/Context.html b/docsets/Yams.docset/Contents/Resources/Documents/Enums/YamlError/Context.html index f77bdcec..3b841c67 100644 --- a/docsets/Yams.docset/Contents/Resources/Documents/Enums/YamlError/Context.html +++ b/docsets/Yams.docset/Contents/Resources/Documents/Enums/YamlError/Context.html @@ -48,7 +48,11 @@ @@ -391,7 +395,7 @@

Declaration

diff --git a/docsets/Yams.docset/Contents/Resources/Documents/Extensions.html b/docsets/Yams.docset/Contents/Resources/Documents/Extensions.html index 2c02740c..011f325f 100644 --- a/docsets/Yams.docset/Contents/Resources/Documents/Extensions.html +++ b/docsets/Yams.docset/Contents/Resources/Documents/Extensions.html @@ -48,7 +48,7 @@ @@ -1383,7 +1383,7 @@

Declaration

diff --git a/docsets/Yams.docset/Contents/Resources/Documents/Extensions/Array.html b/docsets/Yams.docset/Contents/Resources/Documents/Extensions/Array.html index 7272003a..3ba3a4e0 100644 --- a/docsets/Yams.docset/Contents/Resources/Documents/Extensions/Array.html +++ b/docsets/Yams.docset/Contents/Resources/Documents/Extensions/Array.html @@ -48,9 +48,11 @@
@@ -500,7 +502,7 @@

Declaration

diff --git a/docsets/Yams.docset/Contents/Resources/Documents/Extensions/BinaryInteger.html b/docsets/Yams.docset/Contents/Resources/Documents/Extensions/BinaryInteger.html index 4296a0eb..1311958d 100644 --- a/docsets/Yams.docset/Contents/Resources/Documents/Extensions/BinaryInteger.html +++ b/docsets/Yams.docset/Contents/Resources/Documents/Extensions/BinaryInteger.html @@ -48,9 +48,11 @@
@@ -327,7 +329,7 @@

Declaration

diff --git a/docsets/Yams.docset/Contents/Resources/Documents/Extensions/Bool.html b/docsets/Yams.docset/Contents/Resources/Documents/Extensions/Bool.html index 1c813386..d35d4db9 100644 --- a/docsets/Yams.docset/Contents/Resources/Documents/Extensions/Bool.html +++ b/docsets/Yams.docset/Contents/Resources/Documents/Extensions/Bool.html @@ -48,9 +48,11 @@
@@ -395,7 +397,7 @@

Declaration

diff --git a/docsets/Yams.docset/Contents/Resources/Documents/Extensions/Data.html b/docsets/Yams.docset/Contents/Resources/Documents/Extensions/Data.html index 47d86d7d..659bdf99 100644 --- a/docsets/Yams.docset/Contents/Resources/Documents/Extensions/Data.html +++ b/docsets/Yams.docset/Contents/Resources/Documents/Extensions/Data.html @@ -48,9 +48,11 @@
@@ -395,7 +397,7 @@

Declaration

diff --git a/docsets/Yams.docset/Contents/Resources/Documents/Extensions/Date.html b/docsets/Yams.docset/Contents/Resources/Documents/Extensions/Date.html index adbcade6..d27fe6ee 100644 --- a/docsets/Yams.docset/Contents/Resources/Documents/Extensions/Date.html +++ b/docsets/Yams.docset/Contents/Resources/Documents/Extensions/Date.html @@ -48,9 +48,11 @@
@@ -438,7 +440,7 @@

Declaration

diff --git a/docsets/Yams.docset/Contents/Resources/Documents/Extensions/Decimal.html b/docsets/Yams.docset/Contents/Resources/Documents/Extensions/Decimal.html index 61150bc4..d416c81b 100644 --- a/docsets/Yams.docset/Contents/Resources/Documents/Extensions/Decimal.html +++ b/docsets/Yams.docset/Contents/Resources/Documents/Extensions/Decimal.html @@ -48,9 +48,11 @@
@@ -395,7 +397,7 @@

Declaration

diff --git a/docsets/Yams.docset/Contents/Resources/Documents/Extensions/Decoder.html b/docsets/Yams.docset/Contents/Resources/Documents/Extensions/Decoder.html index 5a174067..acc7cde3 100644 --- a/docsets/Yams.docset/Contents/Resources/Documents/Extensions/Decoder.html +++ b/docsets/Yams.docset/Contents/Resources/Documents/Extensions/Decoder.html @@ -48,9 +48,11 @@
@@ -327,7 +329,7 @@

Declaration

diff --git a/docsets/Yams.docset/Contents/Resources/Documents/Extensions/Dictionary.html b/docsets/Yams.docset/Contents/Resources/Documents/Extensions/Dictionary.html index c3ea297b..64138d35 100644 --- a/docsets/Yams.docset/Contents/Resources/Documents/Extensions/Dictionary.html +++ b/docsets/Yams.docset/Contents/Resources/Documents/Extensions/Dictionary.html @@ -48,9 +48,11 @@
@@ -394,7 +396,7 @@

Declaration

diff --git a/docsets/Yams.docset/Contents/Resources/Documents/Extensions/Double.html b/docsets/Yams.docset/Contents/Resources/Documents/Extensions/Double.html index 94429e3e..57a44a4c 100644 --- a/docsets/Yams.docset/Contents/Resources/Documents/Extensions/Double.html +++ b/docsets/Yams.docset/Contents/Resources/Documents/Extensions/Double.html @@ -48,9 +48,11 @@
@@ -382,7 +384,7 @@

Declaration

diff --git a/docsets/Yams.docset/Contents/Resources/Documents/Extensions/FixedWidthInteger.html b/docsets/Yams.docset/Contents/Resources/Documents/Extensions/FixedWidthInteger.html index dba56744..3ddc5e9e 100644 --- a/docsets/Yams.docset/Contents/Resources/Documents/Extensions/FixedWidthInteger.html +++ b/docsets/Yams.docset/Contents/Resources/Documents/Extensions/FixedWidthInteger.html @@ -48,9 +48,11 @@
@@ -426,7 +428,7 @@

Return Value

diff --git a/docsets/Yams.docset/Contents/Resources/Documents/Extensions/Float.html b/docsets/Yams.docset/Contents/Resources/Documents/Extensions/Float.html index fc56bf60..efbf1f64 100644 --- a/docsets/Yams.docset/Contents/Resources/Documents/Extensions/Float.html +++ b/docsets/Yams.docset/Contents/Resources/Documents/Extensions/Float.html @@ -48,9 +48,11 @@
@@ -382,7 +384,7 @@

Declaration

diff --git a/docsets/Yams.docset/Contents/Resources/Documents/Extensions/Int.html b/docsets/Yams.docset/Contents/Resources/Documents/Extensions/Int.html index 2caed924..0b6b8d25 100644 --- a/docsets/Yams.docset/Contents/Resources/Documents/Extensions/Int.html +++ b/docsets/Yams.docset/Contents/Resources/Documents/Extensions/Int.html @@ -48,9 +48,11 @@
@@ -353,7 +355,7 @@

Return Value

diff --git a/docsets/Yams.docset/Contents/Resources/Documents/Extensions/Int64.html b/docsets/Yams.docset/Contents/Resources/Documents/Extensions/Int64.html index 139aaccd..1a3bf11d 100644 --- a/docsets/Yams.docset/Contents/Resources/Documents/Extensions/Int64.html +++ b/docsets/Yams.docset/Contents/Resources/Documents/Extensions/Int64.html @@ -48,9 +48,11 @@
@@ -353,7 +355,7 @@

Return Value

diff --git a/docsets/Yams.docset/Contents/Resources/Documents/Extensions/NSNull.html b/docsets/Yams.docset/Contents/Resources/Documents/Extensions/NSNull.html index b42f5d75..2c744044 100644 --- a/docsets/Yams.docset/Contents/Resources/Documents/Extensions/NSNull.html +++ b/docsets/Yams.docset/Contents/Resources/Documents/Extensions/NSNull.html @@ -48,9 +48,11 @@
@@ -394,7 +396,7 @@

Declaration

diff --git a/docsets/Yams.docset/Contents/Resources/Documents/Extensions/Optional.html b/docsets/Yams.docset/Contents/Resources/Documents/Extensions/Optional.html index 7d645453..733f8d7d 100644 --- a/docsets/Yams.docset/Contents/Resources/Documents/Extensions/Optional.html +++ b/docsets/Yams.docset/Contents/Resources/Documents/Extensions/Optional.html @@ -48,9 +48,11 @@
@@ -327,7 +329,7 @@

Declaration

diff --git a/docsets/Yams.docset/Contents/Resources/Documents/Extensions/Set.html b/docsets/Yams.docset/Contents/Resources/Documents/Extensions/Set.html index 94f139c4..9ba0c4e7 100644 --- a/docsets/Yams.docset/Contents/Resources/Documents/Extensions/Set.html +++ b/docsets/Yams.docset/Contents/Resources/Documents/Extensions/Set.html @@ -48,9 +48,11 @@
@@ -350,7 +352,7 @@

Return Value

diff --git a/docsets/Yams.docset/Contents/Resources/Documents/Extensions/String.html b/docsets/Yams.docset/Contents/Resources/Documents/Extensions/String.html index 1758c24d..afd54b60 100644 --- a/docsets/Yams.docset/Contents/Resources/Documents/Extensions/String.html +++ b/docsets/Yams.docset/Contents/Resources/Documents/Extensions/String.html @@ -48,9 +48,11 @@
@@ -448,7 +450,7 @@

Declaration

diff --git a/docsets/Yams.docset/Contents/Resources/Documents/Extensions/UInt.html b/docsets/Yams.docset/Contents/Resources/Documents/Extensions/UInt.html index fe051ea0..18b5245f 100644 --- a/docsets/Yams.docset/Contents/Resources/Documents/Extensions/UInt.html +++ b/docsets/Yams.docset/Contents/Resources/Documents/Extensions/UInt.html @@ -48,9 +48,11 @@
@@ -353,7 +355,7 @@

Return Value

diff --git a/docsets/Yams.docset/Contents/Resources/Documents/Extensions/UInt64.html b/docsets/Yams.docset/Contents/Resources/Documents/Extensions/UInt64.html index bc6d88f1..8bbb6112 100644 --- a/docsets/Yams.docset/Contents/Resources/Documents/Extensions/UInt64.html +++ b/docsets/Yams.docset/Contents/Resources/Documents/Extensions/UInt64.html @@ -48,9 +48,11 @@
@@ -353,7 +355,7 @@

Return Value

diff --git a/docsets/Yams.docset/Contents/Resources/Documents/Extensions/URL.html b/docsets/Yams.docset/Contents/Resources/Documents/Extensions/URL.html index b73b7269..51e88e45 100644 --- a/docsets/Yams.docset/Contents/Resources/Documents/Extensions/URL.html +++ b/docsets/Yams.docset/Contents/Resources/Documents/Extensions/URL.html @@ -48,9 +48,11 @@
@@ -395,7 +397,7 @@

Declaration

diff --git a/docsets/Yams.docset/Contents/Resources/Documents/Extensions/UUID.html b/docsets/Yams.docset/Contents/Resources/Documents/Extensions/UUID.html index 48cfe43a..daed7391 100644 --- a/docsets/Yams.docset/Contents/Resources/Documents/Extensions/UUID.html +++ b/docsets/Yams.docset/Contents/Resources/Documents/Extensions/UUID.html @@ -48,9 +48,11 @@
@@ -395,7 +397,7 @@

Declaration

diff --git a/docsets/Yams.docset/Contents/Resources/Documents/Functions.html b/docsets/Yams.docset/Contents/Resources/Documents/Functions.html index 5f4433d5..dbfdf726 100644 --- a/docsets/Yams.docset/Contents/Resources/Documents/Functions.html +++ b/docsets/Yams.docset/Contents/Resources/Documents/Functions.html @@ -48,7 +48,7 @@ @@ -318,9 +318,9 @@

Declaration

explicitEnd: Bool = false, version: (major: Int, minor: Int)? = nil, sortKeys: Bool = false, - sequenceStyle: Node.Sequence.Style = .any, - mappingStyle: Node.Mapping.Style = .any, - newLineScalarStyle: Node.Scalar.Style = .any) throws -> String + sequenceStyle: Node.Sequence.Style = .any, + mappingStyle: Node.Mapping.Style = .any, + newLineScalarStyle: Node.Scalar.Style = .any) throws -> String where Objects: Sequence @@ -421,7 +421,7 @@

Parameters

-

Explicit document end ....

+

Explicit document end ....

@@ -522,9 +522,9 @@

Declaration

explicitEnd: Bool = false, version: (major: Int, minor: Int)? = nil, sortKeys: Bool = false, - sequenceStyle: Node.Sequence.Style = .any, - mappingStyle: Node.Mapping.Style = .any, - newLineScalarStyle: Node.Scalar.Style = .any) throws -> String + sequenceStyle: Node.Sequence.Style = .any, + mappingStyle: Node.Mapping.Style = .any, + newLineScalarStyle: Node.Scalar.Style = .any) throws -> String @@ -624,7 +624,7 @@

Parameters

-

Explicit document end ....

+

Explicit document end ....

@@ -725,9 +725,9 @@

Declaration

explicitEnd: Bool = false, version: (major: Int, minor: Int)? = nil, sortKeys: Bool = false, - sequenceStyle: Node.Sequence.Style = .any, - mappingStyle: Node.Mapping.Style = .any, - newLineScalarStyle: Node.Scalar.Style = .any) throws -> String + sequenceStyle: Node.Sequence.Style = .any, + mappingStyle: Node.Mapping.Style = .any, + newLineScalarStyle: Node.Scalar.Style = .any) throws -> String where Nodes: Sequence, Nodes.Iterator.Element == Node @@ -828,7 +828,7 @@

Parameters

-

Explicit document end ....

+

Explicit document end ....

@@ -929,9 +929,9 @@

Declaration

explicitEnd: Bool = false, version: (major: Int, minor: Int)? = nil, sortKeys: Bool = false, - sequenceStyle: Node.Sequence.Style = .any, - mappingStyle: Node.Mapping.Style = .any, - newLineScalarStyle: Node.Scalar.Style = .any) throws -> String + sequenceStyle: Node.Sequence.Style = .any, + mappingStyle: Node.Mapping.Style = .any, + newLineScalarStyle: Node.Scalar.Style = .any) throws -> String @@ -1031,7 +1031,7 @@

Parameters

-

Explicit document end ....

+

Explicit document end ....

@@ -1497,7 +1497,7 @@

Return Value

diff --git a/docsets/Yams.docset/Contents/Resources/Documents/Protocols.html b/docsets/Yams.docset/Contents/Resources/Documents/Protocols.html index 8a38bc78..a1614327 100644 --- a/docsets/Yams.docset/Contents/Resources/Documents/Protocols.html +++ b/docsets/Yams.docset/Contents/Resources/Documents/Protocols.html @@ -48,7 +48,7 @@ @@ -507,7 +507,7 @@

Declaration

diff --git a/docsets/Yams.docset/Contents/Resources/Documents/Protocols/NodeRepresentable.html b/docsets/Yams.docset/Contents/Resources/Documents/Protocols/NodeRepresentable.html index ea236a10..bf87c6aa 100644 --- a/docsets/Yams.docset/Contents/Resources/Documents/Protocols/NodeRepresentable.html +++ b/docsets/Yams.docset/Contents/Resources/Documents/Protocols/NodeRepresentable.html @@ -48,7 +48,9 @@ @@ -331,7 +333,7 @@

Declaration

diff --git a/docsets/Yams.docset/Contents/Resources/Documents/Protocols/ScalarConstructible.html b/docsets/Yams.docset/Contents/Resources/Documents/Protocols/ScalarConstructible.html index 68e7bf4c..f733d86f 100644 --- a/docsets/Yams.docset/Contents/Resources/Documents/Protocols/ScalarConstructible.html +++ b/docsets/Yams.docset/Contents/Resources/Documents/Protocols/ScalarConstructible.html @@ -48,7 +48,9 @@ @@ -436,7 +438,7 @@

Return Value

diff --git a/docsets/Yams.docset/Contents/Resources/Documents/Protocols/ScalarRepresentable.html b/docsets/Yams.docset/Contents/Resources/Documents/Protocols/ScalarRepresentable.html index eb0b35c1..0afc49e1 100644 --- a/docsets/Yams.docset/Contents/Resources/Documents/Protocols/ScalarRepresentable.html +++ b/docsets/Yams.docset/Contents/Resources/Documents/Protocols/ScalarRepresentable.html @@ -48,7 +48,9 @@ @@ -339,7 +341,7 @@

Declaration

diff --git a/docsets/Yams.docset/Contents/Resources/Documents/Protocols/SexagesimalConvertible.html b/docsets/Yams.docset/Contents/Resources/Documents/Protocols/SexagesimalConvertible.html index ef7b6dad..59996639 100644 --- a/docsets/Yams.docset/Contents/Resources/Documents/Protocols/SexagesimalConvertible.html +++ b/docsets/Yams.docset/Contents/Resources/Documents/Protocols/SexagesimalConvertible.html @@ -48,7 +48,9 @@ @@ -630,7 +632,7 @@

Return Value

diff --git a/docsets/Yams.docset/Contents/Resources/Documents/Protocols/YAMLEncodable.html b/docsets/Yams.docset/Contents/Resources/Documents/Protocols/YAMLEncodable.html index 57d654d0..74b658ae 100644 --- a/docsets/Yams.docset/Contents/Resources/Documents/Protocols/YAMLEncodable.html +++ b/docsets/Yams.docset/Contents/Resources/Documents/Protocols/YAMLEncodable.html @@ -48,7 +48,9 @@ @@ -381,7 +383,7 @@

Declaration

diff --git a/docsets/Yams.docset/Contents/Resources/Documents/Structs.html b/docsets/Yams.docset/Contents/Resources/Documents/Structs.html index 9d796dc1..9b14c43b 100644 --- a/docsets/Yams.docset/Contents/Resources/Documents/Structs.html +++ b/docsets/Yams.docset/Contents/Resources/Documents/Structs.html @@ -48,7 +48,7 @@ @@ -354,7 +354,7 @@

Declaration

diff --git a/docsets/Yams.docset/Contents/Resources/Documents/Structs/Mark.html b/docsets/Yams.docset/Contents/Resources/Documents/Structs/Mark.html index e579a077..92a4f758 100644 --- a/docsets/Yams.docset/Contents/Resources/Documents/Structs/Mark.html +++ b/docsets/Yams.docset/Contents/Resources/Documents/Structs/Mark.html @@ -48,7 +48,9 @@ @@ -448,7 +450,7 @@

Declaration

diff --git a/docsets/Yams.docset/Contents/Resources/Documents/Structs/YamlSequence.html b/docsets/Yams.docset/Contents/Resources/Documents/Structs/YamlSequence.html index 4db9f33a..29ced9d1 100644 --- a/docsets/Yams.docset/Contents/Resources/Documents/Structs/YamlSequence.html +++ b/docsets/Yams.docset/Contents/Resources/Documents/Structs/YamlSequence.html @@ -48,7 +48,9 @@ @@ -361,7 +363,7 @@

Declaration

diff --git a/docsets/Yams.docset/Contents/Resources/Documents/css/jazzy.css b/docsets/Yams.docset/Contents/Resources/Documents/css/jazzy.css index c7bb9fe2..9d4b08b8 100644 --- a/docsets/Yams.docset/Contents/Resources/Documents/css/jazzy.css +++ b/docsets/Yams.docset/Contents/Resources/Documents/css/jazzy.css @@ -259,10 +259,11 @@ pre code { padding-left: 3px; margin-left: 20px; font-size: 1rem; } - .item .declaration-note { - font-size: .85em; - color: #808080; - font-style: italic; } + +.declaration-note { + font-size: .85em; + color: #808080; + font-style: italic; } .pointer-container { border-bottom: 1px solid #ddd; diff --git a/docsets/Yams.docset/Contents/Resources/Documents/index.html b/docsets/Yams.docset/Contents/Resources/Documents/index.html index e3b2139d..f6b5d205 100644 --- a/docsets/Yams.docset/Contents/Resources/Documents/index.html +++ b/docsets/Yams.docset/Contents/Resources/Documents/index.html @@ -47,9 +47,7 @@
@@ -337,7 +335,7 @@

Codable types

  • Codable is an encoding & decoding strategy introduced in Swift 4 enabling easy conversion between YAML and other Encoders like JSONEncoder and PropertyListEncoder.
  • -
  • Lowest computational overhead, equivalent to Yams.Node.
  • +
  • Lowest computational overhead, equivalent to Yams.Node.
  • Encoding: YAMLEncoder.encode(_:) Produces a YAML String from an instance of type conforming to Encodable.
  • Decoding: YAMLDecoder.decode(_:from:) @@ -366,7 +364,7 @@

    Swift Standard Library typ
    • The type of Swift Standard Library is inferred from the contents of the -internal Yams.Node representation by matching regular expressions.
    • +internal Yams.Node representation by matching regular expressions.
    • This method has the largest computational overhead When decoding YAML, because the type inference of all objects is done up-front.
    • It may be easier to use in such a way as to handle objects created from @@ -407,7 +405,7 @@

      Swift Standard Library typ """ let loadedString: String? = try Yams.load(yaml: scalarYAML) as? String -

      Yams.Node

      +

      Yams.Node

      • Yams’ native model representing Nodes of YAML which provides all @@ -461,7 +459,7 @@

        License

  • diff --git a/docsets/Yams.docset/Contents/Resources/Documents/js/jquery.min.js b/docsets/Yams.docset/Contents/Resources/Documents/js/jquery.min.js index c4c6022f..7f37b5d9 100644 --- a/docsets/Yams.docset/Contents/Resources/Documents/js/jquery.min.js +++ b/docsets/Yams.docset/Contents/Resources/Documents/js/jquery.min.js @@ -1,2 +1,2 @@ -/*! jQuery v3.6.0 | (c) OpenJS Foundation and other contributors | jquery.org/license */ -!function(e,t){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=e.document?t(e,!0):function(e){if(!e.document)throw new Error("jQuery requires a window with a document");return t(e)}:t(e)}("undefined"!=typeof window?window:this,function(C,e){"use strict";var t=[],r=Object.getPrototypeOf,s=t.slice,g=t.flat?function(e){return t.flat.call(e)}:function(e){return t.concat.apply([],e)},u=t.push,i=t.indexOf,n={},o=n.toString,v=n.hasOwnProperty,a=v.toString,l=a.call(Object),y={},m=function(e){return"function"==typeof e&&"number"!=typeof e.nodeType&&"function"!=typeof e.item},x=function(e){return null!=e&&e===e.window},E=C.document,c={type:!0,src:!0,nonce:!0,noModule:!0};function b(e,t,n){var r,i,o=(n=n||E).createElement("script");if(o.text=e,t)for(r in c)(i=t[r]||t.getAttribute&&t.getAttribute(r))&&o.setAttribute(r,i);n.head.appendChild(o).parentNode.removeChild(o)}function w(e){return null==e?e+"":"object"==typeof e||"function"==typeof e?n[o.call(e)]||"object":typeof e}var f="3.6.0",S=function(e,t){return new S.fn.init(e,t)};function p(e){var t=!!e&&"length"in e&&e.length,n=w(e);return!m(e)&&!x(e)&&("array"===n||0===t||"number"==typeof t&&0+~]|"+M+")"+M+"*"),U=new RegExp(M+"|>"),X=new RegExp(F),V=new RegExp("^"+I+"$"),G={ID:new RegExp("^#("+I+")"),CLASS:new RegExp("^\\.("+I+")"),TAG:new RegExp("^("+I+"|[*])"),ATTR:new RegExp("^"+W),PSEUDO:new RegExp("^"+F),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+M+"*(even|odd|(([+-]|)(\\d*)n|)"+M+"*(?:([+-]|)"+M+"*(\\d+)|))"+M+"*\\)|)","i"),bool:new RegExp("^(?:"+R+")$","i"),needsContext:new RegExp("^"+M+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+M+"*((?:-\\d)?\\d*)"+M+"*\\)|)(?=[^-]|$)","i")},Y=/HTML$/i,Q=/^(?:input|select|textarea|button)$/i,J=/^h\d$/i,K=/^[^{]+\{\s*\[native \w/,Z=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,ee=/[+~]/,te=new RegExp("\\\\[\\da-fA-F]{1,6}"+M+"?|\\\\([^\\r\\n\\f])","g"),ne=function(e,t){var n="0x"+e.slice(1)-65536;return t||(n<0?String.fromCharCode(n+65536):String.fromCharCode(n>>10|55296,1023&n|56320))},re=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,ie=function(e,t){return t?"\0"===e?"\ufffd":e.slice(0,-1)+"\\"+e.charCodeAt(e.length-1).toString(16)+" ":"\\"+e},oe=function(){T()},ae=be(function(e){return!0===e.disabled&&"fieldset"===e.nodeName.toLowerCase()},{dir:"parentNode",next:"legend"});try{H.apply(t=O.call(p.childNodes),p.childNodes),t[p.childNodes.length].nodeType}catch(e){H={apply:t.length?function(e,t){L.apply(e,O.call(t))}:function(e,t){var n=e.length,r=0;while(e[n++]=t[r++]);e.length=n-1}}}function se(t,e,n,r){var i,o,a,s,u,l,c,f=e&&e.ownerDocument,p=e?e.nodeType:9;if(n=n||[],"string"!=typeof t||!t||1!==p&&9!==p&&11!==p)return n;if(!r&&(T(e),e=e||C,E)){if(11!==p&&(u=Z.exec(t)))if(i=u[1]){if(9===p){if(!(a=e.getElementById(i)))return n;if(a.id===i)return n.push(a),n}else if(f&&(a=f.getElementById(i))&&y(e,a)&&a.id===i)return n.push(a),n}else{if(u[2])return H.apply(n,e.getElementsByTagName(t)),n;if((i=u[3])&&d.getElementsByClassName&&e.getElementsByClassName)return H.apply(n,e.getElementsByClassName(i)),n}if(d.qsa&&!N[t+" "]&&(!v||!v.test(t))&&(1!==p||"object"!==e.nodeName.toLowerCase())){if(c=t,f=e,1===p&&(U.test(t)||z.test(t))){(f=ee.test(t)&&ye(e.parentNode)||e)===e&&d.scope||((s=e.getAttribute("id"))?s=s.replace(re,ie):e.setAttribute("id",s=S)),o=(l=h(t)).length;while(o--)l[o]=(s?"#"+s:":scope")+" "+xe(l[o]);c=l.join(",")}try{return H.apply(n,f.querySelectorAll(c)),n}catch(e){N(t,!0)}finally{s===S&&e.removeAttribute("id")}}}return g(t.replace($,"$1"),e,n,r)}function ue(){var r=[];return function e(t,n){return r.push(t+" ")>b.cacheLength&&delete e[r.shift()],e[t+" "]=n}}function le(e){return e[S]=!0,e}function ce(e){var t=C.createElement("fieldset");try{return!!e(t)}catch(e){return!1}finally{t.parentNode&&t.parentNode.removeChild(t),t=null}}function fe(e,t){var n=e.split("|"),r=n.length;while(r--)b.attrHandle[n[r]]=t}function pe(e,t){var n=t&&e,r=n&&1===e.nodeType&&1===t.nodeType&&e.sourceIndex-t.sourceIndex;if(r)return r;if(n)while(n=n.nextSibling)if(n===t)return-1;return e?1:-1}function de(t){return function(e){return"input"===e.nodeName.toLowerCase()&&e.type===t}}function he(n){return function(e){var t=e.nodeName.toLowerCase();return("input"===t||"button"===t)&&e.type===n}}function ge(t){return function(e){return"form"in e?e.parentNode&&!1===e.disabled?"label"in e?"label"in e.parentNode?e.parentNode.disabled===t:e.disabled===t:e.isDisabled===t||e.isDisabled!==!t&&ae(e)===t:e.disabled===t:"label"in e&&e.disabled===t}}function ve(a){return le(function(o){return o=+o,le(function(e,t){var n,r=a([],e.length,o),i=r.length;while(i--)e[n=r[i]]&&(e[n]=!(t[n]=e[n]))})})}function ye(e){return e&&"undefined"!=typeof e.getElementsByTagName&&e}for(e in d=se.support={},i=se.isXML=function(e){var t=e&&e.namespaceURI,n=e&&(e.ownerDocument||e).documentElement;return!Y.test(t||n&&n.nodeName||"HTML")},T=se.setDocument=function(e){var t,n,r=e?e.ownerDocument||e:p;return r!=C&&9===r.nodeType&&r.documentElement&&(a=(C=r).documentElement,E=!i(C),p!=C&&(n=C.defaultView)&&n.top!==n&&(n.addEventListener?n.addEventListener("unload",oe,!1):n.attachEvent&&n.attachEvent("onunload",oe)),d.scope=ce(function(e){return a.appendChild(e).appendChild(C.createElement("div")),"undefined"!=typeof e.querySelectorAll&&!e.querySelectorAll(":scope fieldset div").length}),d.attributes=ce(function(e){return e.className="i",!e.getAttribute("className")}),d.getElementsByTagName=ce(function(e){return e.appendChild(C.createComment("")),!e.getElementsByTagName("*").length}),d.getElementsByClassName=K.test(C.getElementsByClassName),d.getById=ce(function(e){return a.appendChild(e).id=S,!C.getElementsByName||!C.getElementsByName(S).length}),d.getById?(b.filter.ID=function(e){var t=e.replace(te,ne);return function(e){return e.getAttribute("id")===t}},b.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&E){var n=t.getElementById(e);return n?[n]:[]}}):(b.filter.ID=function(e){var n=e.replace(te,ne);return function(e){var t="undefined"!=typeof e.getAttributeNode&&e.getAttributeNode("id");return t&&t.value===n}},b.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&E){var n,r,i,o=t.getElementById(e);if(o){if((n=o.getAttributeNode("id"))&&n.value===e)return[o];i=t.getElementsByName(e),r=0;while(o=i[r++])if((n=o.getAttributeNode("id"))&&n.value===e)return[o]}return[]}}),b.find.TAG=d.getElementsByTagName?function(e,t){return"undefined"!=typeof t.getElementsByTagName?t.getElementsByTagName(e):d.qsa?t.querySelectorAll(e):void 0}:function(e,t){var n,r=[],i=0,o=t.getElementsByTagName(e);if("*"===e){while(n=o[i++])1===n.nodeType&&r.push(n);return r}return o},b.find.CLASS=d.getElementsByClassName&&function(e,t){if("undefined"!=typeof t.getElementsByClassName&&E)return t.getElementsByClassName(e)},s=[],v=[],(d.qsa=K.test(C.querySelectorAll))&&(ce(function(e){var t;a.appendChild(e).innerHTML="",e.querySelectorAll("[msallowcapture^='']").length&&v.push("[*^$]="+M+"*(?:''|\"\")"),e.querySelectorAll("[selected]").length||v.push("\\["+M+"*(?:value|"+R+")"),e.querySelectorAll("[id~="+S+"-]").length||v.push("~="),(t=C.createElement("input")).setAttribute("name",""),e.appendChild(t),e.querySelectorAll("[name='']").length||v.push("\\["+M+"*name"+M+"*="+M+"*(?:''|\"\")"),e.querySelectorAll(":checked").length||v.push(":checked"),e.querySelectorAll("a#"+S+"+*").length||v.push(".#.+[+~]"),e.querySelectorAll("\\\f"),v.push("[\\r\\n\\f]")}),ce(function(e){e.innerHTML="";var t=C.createElement("input");t.setAttribute("type","hidden"),e.appendChild(t).setAttribute("name","D"),e.querySelectorAll("[name=d]").length&&v.push("name"+M+"*[*^$|!~]?="),2!==e.querySelectorAll(":enabled").length&&v.push(":enabled",":disabled"),a.appendChild(e).disabled=!0,2!==e.querySelectorAll(":disabled").length&&v.push(":enabled",":disabled"),e.querySelectorAll("*,:x"),v.push(",.*:")})),(d.matchesSelector=K.test(c=a.matches||a.webkitMatchesSelector||a.mozMatchesSelector||a.oMatchesSelector||a.msMatchesSelector))&&ce(function(e){d.disconnectedMatch=c.call(e,"*"),c.call(e,"[s!='']:x"),s.push("!=",F)}),v=v.length&&new RegExp(v.join("|")),s=s.length&&new RegExp(s.join("|")),t=K.test(a.compareDocumentPosition),y=t||K.test(a.contains)?function(e,t){var n=9===e.nodeType?e.documentElement:e,r=t&&t.parentNode;return e===r||!(!r||1!==r.nodeType||!(n.contains?n.contains(r):e.compareDocumentPosition&&16&e.compareDocumentPosition(r)))}:function(e,t){if(t)while(t=t.parentNode)if(t===e)return!0;return!1},j=t?function(e,t){if(e===t)return l=!0,0;var n=!e.compareDocumentPosition-!t.compareDocumentPosition;return n||(1&(n=(e.ownerDocument||e)==(t.ownerDocument||t)?e.compareDocumentPosition(t):1)||!d.sortDetached&&t.compareDocumentPosition(e)===n?e==C||e.ownerDocument==p&&y(p,e)?-1:t==C||t.ownerDocument==p&&y(p,t)?1:u?P(u,e)-P(u,t):0:4&n?-1:1)}:function(e,t){if(e===t)return l=!0,0;var n,r=0,i=e.parentNode,o=t.parentNode,a=[e],s=[t];if(!i||!o)return e==C?-1:t==C?1:i?-1:o?1:u?P(u,e)-P(u,t):0;if(i===o)return pe(e,t);n=e;while(n=n.parentNode)a.unshift(n);n=t;while(n=n.parentNode)s.unshift(n);while(a[r]===s[r])r++;return r?pe(a[r],s[r]):a[r]==p?-1:s[r]==p?1:0}),C},se.matches=function(e,t){return se(e,null,null,t)},se.matchesSelector=function(e,t){if(T(e),d.matchesSelector&&E&&!N[t+" "]&&(!s||!s.test(t))&&(!v||!v.test(t)))try{var n=c.call(e,t);if(n||d.disconnectedMatch||e.document&&11!==e.document.nodeType)return n}catch(e){N(t,!0)}return 0":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace(te,ne),e[3]=(e[3]||e[4]||e[5]||"").replace(te,ne),"~="===e[2]&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),"nth"===e[1].slice(0,3)?(e[3]||se.error(e[0]),e[4]=+(e[4]?e[5]+(e[6]||1):2*("even"===e[3]||"odd"===e[3])),e[5]=+(e[7]+e[8]||"odd"===e[3])):e[3]&&se.error(e[0]),e},PSEUDO:function(e){var t,n=!e[6]&&e[2];return G.CHILD.test(e[0])?null:(e[3]?e[2]=e[4]||e[5]||"":n&&X.test(n)&&(t=h(n,!0))&&(t=n.indexOf(")",n.length-t)-n.length)&&(e[0]=e[0].slice(0,t),e[2]=n.slice(0,t)),e.slice(0,3))}},filter:{TAG:function(e){var t=e.replace(te,ne).toLowerCase();return"*"===e?function(){return!0}:function(e){return e.nodeName&&e.nodeName.toLowerCase()===t}},CLASS:function(e){var t=m[e+" "];return t||(t=new RegExp("(^|"+M+")"+e+"("+M+"|$)"))&&m(e,function(e){return t.test("string"==typeof e.className&&e.className||"undefined"!=typeof e.getAttribute&&e.getAttribute("class")||"")})},ATTR:function(n,r,i){return function(e){var t=se.attr(e,n);return null==t?"!="===r:!r||(t+="","="===r?t===i:"!="===r?t!==i:"^="===r?i&&0===t.indexOf(i):"*="===r?i&&-1:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;function j(e,n,r){return m(n)?S.grep(e,function(e,t){return!!n.call(e,t,e)!==r}):n.nodeType?S.grep(e,function(e){return e===n!==r}):"string"!=typeof n?S.grep(e,function(e){return-1)[^>]*|#([\w-]+))$/;(S.fn.init=function(e,t,n){var r,i;if(!e)return this;if(n=n||D,"string"==typeof e){if(!(r="<"===e[0]&&">"===e[e.length-1]&&3<=e.length?[null,e,null]:q.exec(e))||!r[1]&&t)return!t||t.jquery?(t||n).find(e):this.constructor(t).find(e);if(r[1]){if(t=t instanceof S?t[0]:t,S.merge(this,S.parseHTML(r[1],t&&t.nodeType?t.ownerDocument||t:E,!0)),N.test(r[1])&&S.isPlainObject(t))for(r in t)m(this[r])?this[r](t[r]):this.attr(r,t[r]);return this}return(i=E.getElementById(r[2]))&&(this[0]=i,this.length=1),this}return e.nodeType?(this[0]=e,this.length=1,this):m(e)?void 0!==n.ready?n.ready(e):e(S):S.makeArray(e,this)}).prototype=S.fn,D=S(E);var L=/^(?:parents|prev(?:Until|All))/,H={children:!0,contents:!0,next:!0,prev:!0};function O(e,t){while((e=e[t])&&1!==e.nodeType);return e}S.fn.extend({has:function(e){var t=S(e,this),n=t.length;return this.filter(function(){for(var e=0;e\x20\t\r\n\f]*)/i,he=/^$|^module$|\/(?:java|ecma)script/i;ce=E.createDocumentFragment().appendChild(E.createElement("div")),(fe=E.createElement("input")).setAttribute("type","radio"),fe.setAttribute("checked","checked"),fe.setAttribute("name","t"),ce.appendChild(fe),y.checkClone=ce.cloneNode(!0).cloneNode(!0).lastChild.checked,ce.innerHTML="",y.noCloneChecked=!!ce.cloneNode(!0).lastChild.defaultValue,ce.innerHTML="",y.option=!!ce.lastChild;var ge={thead:[1,"","
    "],col:[2,"","
    "],tr:[2,"","
    "],td:[3,"","
    "],_default:[0,"",""]};function ve(e,t){var n;return n="undefined"!=typeof e.getElementsByTagName?e.getElementsByTagName(t||"*"):"undefined"!=typeof e.querySelectorAll?e.querySelectorAll(t||"*"):[],void 0===t||t&&A(e,t)?S.merge([e],n):n}function ye(e,t){for(var n=0,r=e.length;n",""]);var me=/<|&#?\w+;/;function xe(e,t,n,r,i){for(var o,a,s,u,l,c,f=t.createDocumentFragment(),p=[],d=0,h=e.length;d\s*$/g;function je(e,t){return A(e,"table")&&A(11!==t.nodeType?t:t.firstChild,"tr")&&S(e).children("tbody")[0]||e}function De(e){return e.type=(null!==e.getAttribute("type"))+"/"+e.type,e}function qe(e){return"true/"===(e.type||"").slice(0,5)?e.type=e.type.slice(5):e.removeAttribute("type"),e}function Le(e,t){var n,r,i,o,a,s;if(1===t.nodeType){if(Y.hasData(e)&&(s=Y.get(e).events))for(i in Y.remove(t,"handle events"),s)for(n=0,r=s[i].length;n").attr(n.scriptAttrs||{}).prop({charset:n.scriptCharset,src:n.url}).on("load error",i=function(e){r.remove(),i=null,e&&t("error"===e.type?404:200,e.type)}),E.head.appendChild(r[0])},abort:function(){i&&i()}}});var _t,zt=[],Ut=/(=)\?(?=&|$)|\?\?/;S.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var e=zt.pop()||S.expando+"_"+wt.guid++;return this[e]=!0,e}}),S.ajaxPrefilter("json jsonp",function(e,t,n){var r,i,o,a=!1!==e.jsonp&&(Ut.test(e.url)?"url":"string"==typeof e.data&&0===(e.contentType||"").indexOf("application/x-www-form-urlencoded")&&Ut.test(e.data)&&"data");if(a||"jsonp"===e.dataTypes[0])return r=e.jsonpCallback=m(e.jsonpCallback)?e.jsonpCallback():e.jsonpCallback,a?e[a]=e[a].replace(Ut,"$1"+r):!1!==e.jsonp&&(e.url+=(Tt.test(e.url)?"&":"?")+e.jsonp+"="+r),e.converters["script json"]=function(){return o||S.error(r+" was not called"),o[0]},e.dataTypes[0]="json",i=C[r],C[r]=function(){o=arguments},n.always(function(){void 0===i?S(C).removeProp(r):C[r]=i,e[r]&&(e.jsonpCallback=t.jsonpCallback,zt.push(r)),o&&m(i)&&i(o[0]),o=i=void 0}),"script"}),y.createHTMLDocument=((_t=E.implementation.createHTMLDocument("").body).innerHTML="
    ",2===_t.childNodes.length),S.parseHTML=function(e,t,n){return"string"!=typeof e?[]:("boolean"==typeof t&&(n=t,t=!1),t||(y.createHTMLDocument?((r=(t=E.implementation.createHTMLDocument("")).createElement("base")).href=E.location.href,t.head.appendChild(r)):t=E),o=!n&&[],(i=N.exec(e))?[t.createElement(i[1])]:(i=xe([e],t,o),o&&o.length&&S(o).remove(),S.merge([],i.childNodes)));var r,i,o},S.fn.load=function(e,t,n){var r,i,o,a=this,s=e.indexOf(" ");return-1").append(S.parseHTML(e)).find(r):e)}).always(n&&function(e,t){a.each(function(){n.apply(this,o||[e.responseText,t,e])})}),this},S.expr.pseudos.animated=function(t){return S.grep(S.timers,function(e){return t===e.elem}).length},S.offset={setOffset:function(e,t,n){var r,i,o,a,s,u,l=S.css(e,"position"),c=S(e),f={};"static"===l&&(e.style.position="relative"),s=c.offset(),o=S.css(e,"top"),u=S.css(e,"left"),("absolute"===l||"fixed"===l)&&-1<(o+u).indexOf("auto")?(a=(r=c.position()).top,i=r.left):(a=parseFloat(o)||0,i=parseFloat(u)||0),m(t)&&(t=t.call(e,n,S.extend({},s))),null!=t.top&&(f.top=t.top-s.top+a),null!=t.left&&(f.left=t.left-s.left+i),"using"in t?t.using.call(e,f):c.css(f)}},S.fn.extend({offset:function(t){if(arguments.length)return void 0===t?this:this.each(function(e){S.offset.setOffset(this,t,e)});var e,n,r=this[0];return r?r.getClientRects().length?(e=r.getBoundingClientRect(),n=r.ownerDocument.defaultView,{top:e.top+n.pageYOffset,left:e.left+n.pageXOffset}):{top:0,left:0}:void 0},position:function(){if(this[0]){var e,t,n,r=this[0],i={top:0,left:0};if("fixed"===S.css(r,"position"))t=r.getBoundingClientRect();else{t=this.offset(),n=r.ownerDocument,e=r.offsetParent||n.documentElement;while(e&&(e===n.body||e===n.documentElement)&&"static"===S.css(e,"position"))e=e.parentNode;e&&e!==r&&1===e.nodeType&&((i=S(e).offset()).top+=S.css(e,"borderTopWidth",!0),i.left+=S.css(e,"borderLeftWidth",!0))}return{top:t.top-i.top-S.css(r,"marginTop",!0),left:t.left-i.left-S.css(r,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){var e=this.offsetParent;while(e&&"static"===S.css(e,"position"))e=e.offsetParent;return e||re})}}),S.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(t,i){var o="pageYOffset"===i;S.fn[t]=function(e){return $(this,function(e,t,n){var r;if(x(e)?r=e:9===e.nodeType&&(r=e.defaultView),void 0===n)return r?r[i]:e[t];r?r.scrollTo(o?r.pageXOffset:n,o?n:r.pageYOffset):e[t]=n},t,e,arguments.length)}}),S.each(["top","left"],function(e,n){S.cssHooks[n]=Fe(y.pixelPosition,function(e,t){if(t)return t=We(e,n),Pe.test(t)?S(e).position()[n]+"px":t})}),S.each({Height:"height",Width:"width"},function(a,s){S.each({padding:"inner"+a,content:s,"":"outer"+a},function(r,o){S.fn[o]=function(e,t){var n=arguments.length&&(r||"boolean"!=typeof e),i=r||(!0===e||!0===t?"margin":"border");return $(this,function(e,t,n){var r;return x(e)?0===o.indexOf("outer")?e["inner"+a]:e.document.documentElement["client"+a]:9===e.nodeType?(r=e.documentElement,Math.max(e.body["scroll"+a],r["scroll"+a],e.body["offset"+a],r["offset"+a],r["client"+a])):void 0===n?S.css(e,t,i):S.style(e,t,n,i)},s,n?e:void 0,n)}})}),S.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(e,t){S.fn[t]=function(e){return this.on(t,e)}}),S.fn.extend({bind:function(e,t,n){return this.on(e,null,t,n)},unbind:function(e,t){return this.off(e,null,t)},delegate:function(e,t,n,r){return this.on(t,e,n,r)},undelegate:function(e,t,n){return 1===arguments.length?this.off(e,"**"):this.off(t,e||"**",n)},hover:function(e,t){return this.mouseenter(e).mouseleave(t||e)}}),S.each("blur focus focusin focusout resize scroll click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup contextmenu".split(" "),function(e,n){S.fn[n]=function(e,t){return 0+~]|"+ge+")"+ge+"*"),x=new RegExp(ge+"|>"),j=new RegExp(g),A=new RegExp("^"+t+"$"),D={ID:new RegExp("^#("+t+")"),CLASS:new RegExp("^\\.("+t+")"),TAG:new RegExp("^("+t+"|[*])"),ATTR:new RegExp("^"+p),PSEUDO:new RegExp("^"+g),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+ge+"*(even|odd|(([+-]|)(\\d*)n|)"+ge+"*(?:([+-]|)"+ge+"*(\\d+)|))"+ge+"*\\)|)","i"),bool:new RegExp("^(?:"+f+")$","i"),needsContext:new RegExp("^"+ge+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+ge+"*((?:-\\d)?\\d*)"+ge+"*\\)|)(?=[^-]|$)","i")},N=/^(?:input|select|textarea|button)$/i,q=/^h\d$/i,L=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,H=/[+~]/,O=new RegExp("\\\\[\\da-fA-F]{1,6}"+ge+"?|\\\\([^\\r\\n\\f])","g"),P=function(e,t){var n="0x"+e.slice(1)-65536;return t||(n<0?String.fromCharCode(n+65536):String.fromCharCode(n>>10|55296,1023&n|56320))},M=function(){V()},R=J(function(e){return!0===e.disabled&&fe(e,"fieldset")},{dir:"parentNode",next:"legend"});try{k.apply(oe=ae.call(ye.childNodes),ye.childNodes),oe[ye.childNodes.length].nodeType}catch(e){k={apply:function(e,t){me.apply(e,ae.call(t))},call:function(e){me.apply(e,ae.call(arguments,1))}}}function I(t,e,n,r){var i,o,a,s,u,l,c,f=e&&e.ownerDocument,p=e?e.nodeType:9;if(n=n||[],"string"!=typeof t||!t||1!==p&&9!==p&&11!==p)return n;if(!r&&(V(e),e=e||T,C)){if(11!==p&&(u=L.exec(t)))if(i=u[1]){if(9===p){if(!(a=e.getElementById(i)))return n;if(a.id===i)return k.call(n,a),n}else if(f&&(a=f.getElementById(i))&&I.contains(e,a)&&a.id===i)return k.call(n,a),n}else{if(u[2])return k.apply(n,e.getElementsByTagName(t)),n;if((i=u[3])&&e.getElementsByClassName)return k.apply(n,e.getElementsByClassName(i)),n}if(!(h[t+" "]||d&&d.test(t))){if(c=t,f=e,1===p&&(x.test(t)||m.test(t))){(f=H.test(t)&&U(e.parentNode)||e)==e&&le.scope||((s=e.getAttribute("id"))?s=ce.escapeSelector(s):e.setAttribute("id",s=S)),o=(l=Y(t)).length;while(o--)l[o]=(s?"#"+s:":scope")+" "+Q(l[o]);c=l.join(",")}try{return k.apply(n,f.querySelectorAll(c)),n}catch(e){h(t,!0)}finally{s===S&&e.removeAttribute("id")}}}return re(t.replace(ve,"$1"),e,n,r)}function W(){var r=[];return function e(t,n){return r.push(t+" ")>b.cacheLength&&delete e[r.shift()],e[t+" "]=n}}function F(e){return e[S]=!0,e}function $(e){var t=T.createElement("fieldset");try{return!!e(t)}catch(e){return!1}finally{t.parentNode&&t.parentNode.removeChild(t),t=null}}function B(t){return function(e){return fe(e,"input")&&e.type===t}}function _(t){return function(e){return(fe(e,"input")||fe(e,"button"))&&e.type===t}}function z(t){return function(e){return"form"in e?e.parentNode&&!1===e.disabled?"label"in e?"label"in e.parentNode?e.parentNode.disabled===t:e.disabled===t:e.isDisabled===t||e.isDisabled!==!t&&R(e)===t:e.disabled===t:"label"in e&&e.disabled===t}}function X(a){return F(function(o){return o=+o,F(function(e,t){var n,r=a([],e.length,o),i=r.length;while(i--)e[n=r[i]]&&(e[n]=!(t[n]=e[n]))})})}function U(e){return e&&"undefined"!=typeof e.getElementsByTagName&&e}function V(e){var t,n=e?e.ownerDocument||e:ye;return n!=T&&9===n.nodeType&&n.documentElement&&(r=(T=n).documentElement,C=!ce.isXMLDoc(T),i=r.matches||r.webkitMatchesSelector||r.msMatchesSelector,r.msMatchesSelector&&ye!=T&&(t=T.defaultView)&&t.top!==t&&t.addEventListener("unload",M),le.getById=$(function(e){return r.appendChild(e).id=ce.expando,!T.getElementsByName||!T.getElementsByName(ce.expando).length}),le.disconnectedMatch=$(function(e){return i.call(e,"*")}),le.scope=$(function(){return T.querySelectorAll(":scope")}),le.cssHas=$(function(){try{return T.querySelector(":has(*,:jqfake)"),!1}catch(e){return!0}}),le.getById?(b.filter.ID=function(e){var t=e.replace(O,P);return function(e){return e.getAttribute("id")===t}},b.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&C){var n=t.getElementById(e);return n?[n]:[]}}):(b.filter.ID=function(e){var n=e.replace(O,P);return function(e){var t="undefined"!=typeof e.getAttributeNode&&e.getAttributeNode("id");return t&&t.value===n}},b.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&C){var n,r,i,o=t.getElementById(e);if(o){if((n=o.getAttributeNode("id"))&&n.value===e)return[o];i=t.getElementsByName(e),r=0;while(o=i[r++])if((n=o.getAttributeNode("id"))&&n.value===e)return[o]}return[]}}),b.find.TAG=function(e,t){return"undefined"!=typeof t.getElementsByTagName?t.getElementsByTagName(e):t.querySelectorAll(e)},b.find.CLASS=function(e,t){if("undefined"!=typeof t.getElementsByClassName&&C)return t.getElementsByClassName(e)},d=[],$(function(e){var t;r.appendChild(e).innerHTML="",e.querySelectorAll("[selected]").length||d.push("\\["+ge+"*(?:value|"+f+")"),e.querySelectorAll("[id~="+S+"-]").length||d.push("~="),e.querySelectorAll("a#"+S+"+*").length||d.push(".#.+[+~]"),e.querySelectorAll(":checked").length||d.push(":checked"),(t=T.createElement("input")).setAttribute("type","hidden"),e.appendChild(t).setAttribute("name","D"),r.appendChild(e).disabled=!0,2!==e.querySelectorAll(":disabled").length&&d.push(":enabled",":disabled"),(t=T.createElement("input")).setAttribute("name",""),e.appendChild(t),e.querySelectorAll("[name='']").length||d.push("\\["+ge+"*name"+ge+"*="+ge+"*(?:''|\"\")")}),le.cssHas||d.push(":has"),d=d.length&&new RegExp(d.join("|")),l=function(e,t){if(e===t)return a=!0,0;var n=!e.compareDocumentPosition-!t.compareDocumentPosition;return n||(1&(n=(e.ownerDocument||e)==(t.ownerDocument||t)?e.compareDocumentPosition(t):1)||!le.sortDetached&&t.compareDocumentPosition(e)===n?e===T||e.ownerDocument==ye&&I.contains(ye,e)?-1:t===T||t.ownerDocument==ye&&I.contains(ye,t)?1:o?se.call(o,e)-se.call(o,t):0:4&n?-1:1)}),T}for(e in I.matches=function(e,t){return I(e,null,null,t)},I.matchesSelector=function(e,t){if(V(e),C&&!h[t+" "]&&(!d||!d.test(t)))try{var n=i.call(e,t);if(n||le.disconnectedMatch||e.document&&11!==e.document.nodeType)return n}catch(e){h(t,!0)}return 0":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace(O,P),e[3]=(e[3]||e[4]||e[5]||"").replace(O,P),"~="===e[2]&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),"nth"===e[1].slice(0,3)?(e[3]||I.error(e[0]),e[4]=+(e[4]?e[5]+(e[6]||1):2*("even"===e[3]||"odd"===e[3])),e[5]=+(e[7]+e[8]||"odd"===e[3])):e[3]&&I.error(e[0]),e},PSEUDO:function(e){var t,n=!e[6]&&e[2];return D.CHILD.test(e[0])?null:(e[3]?e[2]=e[4]||e[5]||"":n&&j.test(n)&&(t=Y(n,!0))&&(t=n.indexOf(")",n.length-t)-n.length)&&(e[0]=e[0].slice(0,t),e[2]=n.slice(0,t)),e.slice(0,3))}},filter:{TAG:function(e){var t=e.replace(O,P).toLowerCase();return"*"===e?function(){return!0}:function(e){return fe(e,t)}},CLASS:function(e){var t=s[e+" "];return t||(t=new RegExp("(^|"+ge+")"+e+"("+ge+"|$)"))&&s(e,function(e){return t.test("string"==typeof e.className&&e.className||"undefined"!=typeof e.getAttribute&&e.getAttribute("class")||"")})},ATTR:function(n,r,i){return function(e){var t=I.attr(e,n);return null==t?"!="===r:!r||(t+="","="===r?t===i:"!="===r?t!==i:"^="===r?i&&0===t.indexOf(i):"*="===r?i&&-1:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;function T(e,n,r){return v(n)?ce.grep(e,function(e,t){return!!n.call(e,t,e)!==r}):n.nodeType?ce.grep(e,function(e){return e===n!==r}):"string"!=typeof n?ce.grep(e,function(e){return-1)[^>]*|#([\w-]+))$/;(ce.fn.init=function(e,t,n){var r,i;if(!e)return this;if(n=n||k,"string"==typeof e){if(!(r="<"===e[0]&&">"===e[e.length-1]&&3<=e.length?[null,e,null]:S.exec(e))||!r[1]&&t)return!t||t.jquery?(t||n).find(e):this.constructor(t).find(e);if(r[1]){if(t=t instanceof ce?t[0]:t,ce.merge(this,ce.parseHTML(r[1],t&&t.nodeType?t.ownerDocument||t:C,!0)),w.test(r[1])&&ce.isPlainObject(t))for(r in t)v(this[r])?this[r](t[r]):this.attr(r,t[r]);return this}return(i=C.getElementById(r[2]))&&(this[0]=i,this.length=1),this}return e.nodeType?(this[0]=e,this.length=1,this):v(e)?void 0!==n.ready?n.ready(e):e(ce):ce.makeArray(e,this)}).prototype=ce.fn,k=ce(C);var E=/^(?:parents|prev(?:Until|All))/,j={children:!0,contents:!0,next:!0,prev:!0};function A(e,t){while((e=e[t])&&1!==e.nodeType);return e}ce.fn.extend({has:function(e){var t=ce(e,this),n=t.length;return this.filter(function(){for(var e=0;e\x20\t\r\n\f]*)/i,Ce=/^$|^module$|\/(?:java|ecma)script/i;xe=C.createDocumentFragment().appendChild(C.createElement("div")),(be=C.createElement("input")).setAttribute("type","radio"),be.setAttribute("checked","checked"),be.setAttribute("name","t"),xe.appendChild(be),le.checkClone=xe.cloneNode(!0).cloneNode(!0).lastChild.checked,xe.innerHTML="",le.noCloneChecked=!!xe.cloneNode(!0).lastChild.defaultValue,xe.innerHTML="",le.option=!!xe.lastChild;var ke={thead:[1,"","
    "],col:[2,"","
    "],tr:[2,"","
    "],td:[3,"","
    "],_default:[0,"",""]};function Se(e,t){var n;return n="undefined"!=typeof e.getElementsByTagName?e.getElementsByTagName(t||"*"):"undefined"!=typeof e.querySelectorAll?e.querySelectorAll(t||"*"):[],void 0===t||t&&fe(e,t)?ce.merge([e],n):n}function Ee(e,t){for(var n=0,r=e.length;n",""]);var je=/<|&#?\w+;/;function Ae(e,t,n,r,i){for(var o,a,s,u,l,c,f=t.createDocumentFragment(),p=[],d=0,h=e.length;d\s*$/g;function Re(e,t){return fe(e,"table")&&fe(11!==t.nodeType?t:t.firstChild,"tr")&&ce(e).children("tbody")[0]||e}function Ie(e){return e.type=(null!==e.getAttribute("type"))+"/"+e.type,e}function We(e){return"true/"===(e.type||"").slice(0,5)?e.type=e.type.slice(5):e.removeAttribute("type"),e}function Fe(e,t){var n,r,i,o,a,s;if(1===t.nodeType){if(_.hasData(e)&&(s=_.get(e).events))for(i in _.remove(t,"handle events"),s)for(n=0,r=s[i].length;n").attr(n.scriptAttrs||{}).prop({charset:n.scriptCharset,src:n.url}).on("load error",i=function(e){r.remove(),i=null,e&&t("error"===e.type?404:200,e.type)}),C.head.appendChild(r[0])},abort:function(){i&&i()}}});var Jt,Kt=[],Zt=/(=)\?(?=&|$)|\?\?/;ce.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var e=Kt.pop()||ce.expando+"_"+jt.guid++;return this[e]=!0,e}}),ce.ajaxPrefilter("json jsonp",function(e,t,n){var r,i,o,a=!1!==e.jsonp&&(Zt.test(e.url)?"url":"string"==typeof e.data&&0===(e.contentType||"").indexOf("application/x-www-form-urlencoded")&&Zt.test(e.data)&&"data");if(a||"jsonp"===e.dataTypes[0])return r=e.jsonpCallback=v(e.jsonpCallback)?e.jsonpCallback():e.jsonpCallback,a?e[a]=e[a].replace(Zt,"$1"+r):!1!==e.jsonp&&(e.url+=(At.test(e.url)?"&":"?")+e.jsonp+"="+r),e.converters["script json"]=function(){return o||ce.error(r+" was not called"),o[0]},e.dataTypes[0]="json",i=ie[r],ie[r]=function(){o=arguments},n.always(function(){void 0===i?ce(ie).removeProp(r):ie[r]=i,e[r]&&(e.jsonpCallback=t.jsonpCallback,Kt.push(r)),o&&v(i)&&i(o[0]),o=i=void 0}),"script"}),le.createHTMLDocument=((Jt=C.implementation.createHTMLDocument("").body).innerHTML="
    ",2===Jt.childNodes.length),ce.parseHTML=function(e,t,n){return"string"!=typeof e?[]:("boolean"==typeof t&&(n=t,t=!1),t||(le.createHTMLDocument?((r=(t=C.implementation.createHTMLDocument("")).createElement("base")).href=C.location.href,t.head.appendChild(r)):t=C),o=!n&&[],(i=w.exec(e))?[t.createElement(i[1])]:(i=Ae([e],t,o),o&&o.length&&ce(o).remove(),ce.merge([],i.childNodes)));var r,i,o},ce.fn.load=function(e,t,n){var r,i,o,a=this,s=e.indexOf(" ");return-1").append(ce.parseHTML(e)).find(r):e)}).always(n&&function(e,t){a.each(function(){n.apply(this,o||[e.responseText,t,e])})}),this},ce.expr.pseudos.animated=function(t){return ce.grep(ce.timers,function(e){return t===e.elem}).length},ce.offset={setOffset:function(e,t,n){var r,i,o,a,s,u,l=ce.css(e,"position"),c=ce(e),f={};"static"===l&&(e.style.position="relative"),s=c.offset(),o=ce.css(e,"top"),u=ce.css(e,"left"),("absolute"===l||"fixed"===l)&&-1<(o+u).indexOf("auto")?(a=(r=c.position()).top,i=r.left):(a=parseFloat(o)||0,i=parseFloat(u)||0),v(t)&&(t=t.call(e,n,ce.extend({},s))),null!=t.top&&(f.top=t.top-s.top+a),null!=t.left&&(f.left=t.left-s.left+i),"using"in t?t.using.call(e,f):c.css(f)}},ce.fn.extend({offset:function(t){if(arguments.length)return void 0===t?this:this.each(function(e){ce.offset.setOffset(this,t,e)});var e,n,r=this[0];return r?r.getClientRects().length?(e=r.getBoundingClientRect(),n=r.ownerDocument.defaultView,{top:e.top+n.pageYOffset,left:e.left+n.pageXOffset}):{top:0,left:0}:void 0},position:function(){if(this[0]){var e,t,n,r=this[0],i={top:0,left:0};if("fixed"===ce.css(r,"position"))t=r.getBoundingClientRect();else{t=this.offset(),n=r.ownerDocument,e=r.offsetParent||n.documentElement;while(e&&(e===n.body||e===n.documentElement)&&"static"===ce.css(e,"position"))e=e.parentNode;e&&e!==r&&1===e.nodeType&&((i=ce(e).offset()).top+=ce.css(e,"borderTopWidth",!0),i.left+=ce.css(e,"borderLeftWidth",!0))}return{top:t.top-i.top-ce.css(r,"marginTop",!0),left:t.left-i.left-ce.css(r,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){var e=this.offsetParent;while(e&&"static"===ce.css(e,"position"))e=e.offsetParent;return e||J})}}),ce.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(t,i){var o="pageYOffset"===i;ce.fn[t]=function(e){return M(this,function(e,t,n){var r;if(y(e)?r=e:9===e.nodeType&&(r=e.defaultView),void 0===n)return r?r[i]:e[t];r?r.scrollTo(o?r.pageXOffset:n,o?n:r.pageYOffset):e[t]=n},t,e,arguments.length)}}),ce.each(["top","left"],function(e,n){ce.cssHooks[n]=Ye(le.pixelPosition,function(e,t){if(t)return t=Ge(e,n),_e.test(t)?ce(e).position()[n]+"px":t})}),ce.each({Height:"height",Width:"width"},function(a,s){ce.each({padding:"inner"+a,content:s,"":"outer"+a},function(r,o){ce.fn[o]=function(e,t){var n=arguments.length&&(r||"boolean"!=typeof e),i=r||(!0===e||!0===t?"margin":"border");return M(this,function(e,t,n){var r;return y(e)?0===o.indexOf("outer")?e["inner"+a]:e.document.documentElement["client"+a]:9===e.nodeType?(r=e.documentElement,Math.max(e.body["scroll"+a],r["scroll"+a],e.body["offset"+a],r["offset"+a],r["client"+a])):void 0===n?ce.css(e,t,i):ce.style(e,t,n,i)},s,n?e:void 0,n)}})}),ce.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(e,t){ce.fn[t]=function(e){return this.on(t,e)}}),ce.fn.extend({bind:function(e,t,n){return this.on(e,null,t,n)},unbind:function(e,t){return this.off(e,null,t)},delegate:function(e,t,n,r){return this.on(t,e,n,r)},undelegate:function(e,t,n){return 1===arguments.length?this.off(e,"**"):this.off(t,e||"**",n)},hover:function(e,t){return this.on("mouseenter",e).on("mouseleave",t||e)}}),ce.each("blur focus focusin focusout resize scroll click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup contextmenu".split(" "),function(e,n){ce.fn[n]=function(e,t){return 0This sequence’s error, if any.

    ","parent_name":"YamlSequence"},"Structs/YamlSequence.html#/s:4Yams12YamlSequenceV4nextxSgyF":{"name":"next()","abstract":"

    Swift.Sequence.next().

    ","parent_name":"YamlSequence"},"Structs/Mark.html#/s:4Yams4MarkV4lineSivp":{"name":"line","abstract":"

    Line number starting from 1.

    ","parent_name":"Mark"},"Structs/Mark.html#/s:4Yams4MarkV6columnSivp":{"name":"column","abstract":"

    Column number starting from 1. libYAML counts columns in UnicodeScalar.

    ","parent_name":"Mark"},"Structs/Mark.html#/s:4Yams4MarkV11descriptionSSvp":{"name":"description","abstract":"

    A textual representation of this instance.

    ","parent_name":"Mark"},"Structs/Mark.html#/s:4Yams4MarkV7snippet4fromS2S_tF":{"name":"snippet(from:)","abstract":"

    Returns snippet string pointed by Mark instance from YAML String.

    ","parent_name":"Mark"},"Structs/Mark.html":{"name":"Mark","abstract":"

    The pointer position.

    "},"Structs/YamlSequence.html":{"name":"YamlSequence","abstract":"

    Sequence that holds an error.

    "},"Protocols/YAMLEncodable.html#/s:4Yams13YAMLEncodableP3boxAA4NodeOyF":{"name":"box()","abstract":"

    Returns this value wrapped in a Node.

    ","parent_name":"YAMLEncodable"},"Protocols/YAMLEncodable.html#/s:4Yams13YAMLEncodablePA2A19ScalarRepresentableRzrlE3boxAA4NodeOyF":{"name":"box()","parent_name":"YAMLEncodable"},"Protocols/ScalarRepresentable.html#/s:4Yams19ScalarRepresentableP11representedAA4NodeO0B0VyF":{"name":"represented()","abstract":"

    This value’s Node.scalar representation.

    ","parent_name":"ScalarRepresentable"},"Protocols/NodeRepresentable.html#/s:4Yams17NodeRepresentableP11representedAA0B0OyKF":{"name":"represented()","abstract":"

    This value’s Node representation.

    ","parent_name":"NodeRepresentable"},"Protocols/SexagesimalConvertible.html#/s:4Yams22SexagesimalConvertibleP6create4fromxSgSS_tFZ":{"name":"create(from:)","abstract":"

    Creates a sexagesimal numeric value from the given string.

    ","parent_name":"SexagesimalConvertible"},"Protocols/SexagesimalConvertible.html#/s:4Yams22SexagesimalConvertibleP1moiyxx_xtFZ":{"name":"*(_:_:)","abstract":"

    Multiplies two sexagesimal numeric values.

    ","parent_name":"SexagesimalConvertible"},"Protocols/SexagesimalConvertible.html#/s:4Yams22SexagesimalConvertibleP1poiyxx_xtFZ":{"name":"+(_:_:)","abstract":"

    Adds two sexagesimal numeric values.

    ","parent_name":"SexagesimalConvertible"},"Protocols/SexagesimalConvertible.html#/s:4Yams22SexagesimalConvertiblePAAs014LosslessStringC0RzrlE6create4fromxSgSS_tFZ":{"name":"create(from:)","parent_name":"SexagesimalConvertible"},"Protocols/SexagesimalConvertible.html#/s:4Yams22SexagesimalConvertiblePAAs17FixedWidthIntegerRzrlE6create4fromxSgSS_tFZ":{"name":"create(from:)","parent_name":"SexagesimalConvertible"},"Protocols/ScalarConstructible.html#/s:4Yams19ScalarConstructibleP9construct4fromxSgAA4NodeO0B0V_tFZ":{"name":"construct(from:)","abstract":"

    Construct an instance of Self, if possible, from the specified scalar.

    ","parent_name":"ScalarConstructible"},"Protocols/ScalarConstructible.html#/s:4Yams19ScalarConstructiblePAASFRzAA22SexagesimalConvertibleRzrlE9construct4fromxSgAA4NodeO0B0V_tFZ":{"name":"construct(from:)","parent_name":"ScalarConstructible"},"Protocols/ScalarConstructible.html":{"name":"ScalarConstructible","abstract":"

    Types conforming to this protocol can be extracted Node.Scalars.

    "},"Protocols/SexagesimalConvertible.html":{"name":"SexagesimalConvertible","abstract":"

    Confirming types are convertible to base 60 numeric values.

    "},"Protocols/NodeRepresentable.html":{"name":"NodeRepresentable","abstract":"

    Type is representable as Node.

    "},"Protocols/ScalarRepresentable.html":{"name":"ScalarRepresentable","abstract":"

    Type is representable as Node.scalar.

    "},"Protocols/YAMLEncodable.html":{"name":"YAMLEncodable","abstract":"

    Types conforming to this protocol can be encoded by YamlEncoder.

    "},"Functions.html#/s:4Yams4dump7objects9canonical6indent5width12allowUnicode9lineBreak13explicitStart0K3End7version8sortKeys13sequenceStyle07mappingR0013newLineScalarR0SSx_SbS2iSbAA7EmitterC0uJ0OS2bSi5major_Si5minortSgSbAA4NodeO8SequenceV0R0OAX7MappingVA_OAX0V0VA_OtKSTRzlF":{"name":"dump(objects:canonical:indent:width:allowUnicode:lineBreak:explicitStart:explicitEnd:version:sortKeys:sequenceStyle:mappingStyle:newLineScalarStyle:)","abstract":"

    Produce a YAML string from objects.

    "},"Functions.html#/s:4Yams4dump6object9canonical6indent5width12allowUnicode9lineBreak13explicitStart0K3End7version8sortKeys13sequenceStyle07mappingR0013newLineScalarR0SSypSg_SbS2iSbAA7EmitterC0uJ0OS2bSi5major_Si5minortSgSbAA4NodeO8SequenceV0R0OAY7MappingVA0_OAY0V0VA0_OtKF":{"name":"dump(object:canonical:indent:width:allowUnicode:lineBreak:explicitStart:explicitEnd:version:sortKeys:sequenceStyle:mappingStyle:newLineScalarStyle:)","abstract":"

    Produce a YAML string from an object.

    "},"Functions.html#/s:4Yams9serialize5nodes9canonical6indent5width12allowUnicode9lineBreak13explicitStart0K3End7version8sortKeys13sequenceStyle07mappingR0013newLineScalarR0SSx_SbS2iSbAA7EmitterC0uJ0OS2bSi5major_Si5minortSgSbAA4NodeO8SequenceV0R0OAX7MappingVA_OAX0V0VA_OtKSTRzAX7ElementRtzlF":{"name":"serialize(nodes:canonical:indent:width:allowUnicode:lineBreak:explicitStart:explicitEnd:version:sortKeys:sequenceStyle:mappingStyle:newLineScalarStyle:)","abstract":"

    Produce a YAML string from a Node.

    "},"Functions.html#/s:4Yams9serialize4node9canonical6indent5width12allowUnicode9lineBreak13explicitStart0K3End7version8sortKeys13sequenceStyle07mappingR0013newLineScalarR0SSAA4NodeO_SbS2iSbAA7EmitterC0uJ0OS2bSi5major_Si5minortSgSbAQ8SequenceV0R0OAQ7MappingVA_OAQ0V0VA_OtKF":{"name":"serialize(node:canonical:indent:width:allowUnicode:lineBreak:explicitStart:explicitEnd:version:sortKeys:sequenceStyle:mappingStyle:newLineScalarStyle:)","abstract":"

    Produce a YAML string from a Node.

    "},"Functions.html#/s:4Yams8load_all4yaml___AA12YamlSequenceVyypGSS_AA8ResolverCAA11ConstructorCAA6ParserC8EncodingOtKF":{"name":"load_all(yaml:_:_:_:)","abstract":"

    Parse all YAML documents in a String"},"Functions.html#/s:4Yams4load4yaml___ypSgSS_AA8ResolverCAA11ConstructorCAA6ParserC8EncodingOtKF":{"name":"load(yaml:_:_:_:)","abstract":"

    Parse the first YAML document in a String"},"Functions.html#/s:4Yams11compose_all4yaml___AA12YamlSequenceVyAA4NodeOGSS_AA8ResolverCAA11ConstructorCAA6ParserC8EncodingOtKF":{"name":"compose_all(yaml:_:_:_:)","abstract":"

    Parse all YAML documents in a String"},"Functions.html#/s:4Yams7compose4yaml___AA4NodeOSgSS_AA8ResolverCAA11ConstructorCAA6ParserC8EncodingOtKF":{"name":"compose(yaml:_:_:_:)","abstract":"

    Parse the first YAML document in a String"},"Extensions/Optional.html#/s:Sq4YamsE11representedAA4NodeOyKF":{"name":"represented()","abstract":"

    This value’s Node.scalar representation.

    ","parent_name":"Optional"},"Extensions/BinaryInteger.html#/s:Sz4YamsE11representedAA4NodeO6ScalarVyF":{"name":"represented()","abstract":"

    This value’s Node.scalar representation.

    ","parent_name":"BinaryInteger"},"Extensions/Decoder.html#/s:s7DecoderP4YamsE4markAC4MarkVSgvp":{"name":"mark","abstract":"

    The Mark for the underlying Node that has been decoded.

    ","parent_name":"Decoder"},"Extensions/URL.html#/s:10Foundation3URLV4YamsE9construct4fromACSgAD4NodeO6ScalarV_tFZ":{"name":"construct(from:)","abstract":"

    Construct an instance of URL, if possible, from the specified scalar.

    ","parent_name":"URL"},"Extensions/URL.html#/s:10Foundation3URLV4YamsE11representedAD4NodeO6ScalarVyF":{"name":"represented()","abstract":"

    This value’s Node.scalar representation.

    ","parent_name":"URL"},"Extensions/Decimal.html#/s:So9NSDecimala4YamsE9construct4fromABSgAC4NodeO6ScalarV_tFZ":{"name":"construct(from:)","abstract":"

    Construct an instance of Decimal, if possible, from the specified scalar.

    ","parent_name":"Decimal"},"Extensions/Decimal.html#/s:So9NSDecimala4YamsE11representedAC4NodeO6ScalarVyF":{"name":"represented()","abstract":"

    This value’s Node.scalar representation.

    ","parent_name":"Decimal"},"Extensions/FixedWidthInteger.html#/s:s17FixedWidthIntegerP4YamsSZRzrlE9construct4fromxSgAC4NodeO6ScalarV_tFZ":{"name":"construct(from:)","abstract":"

    Construct an instance of Self, if possible, from the specified scalar.

    ","parent_name":"FixedWidthInteger"},"Extensions/FixedWidthInteger.html#/s:s17FixedWidthIntegerP4YamsSURzrlE9construct4fromxSgAC4NodeO6ScalarV_tFZ":{"name":"construct(from:)","abstract":"

    Construct an instance of Self, if possible, from the specified scalar.

    ","parent_name":"FixedWidthInteger"},"Extensions/Array.html#/s:Sa4YamsE13construct_seq4fromSayypGAA4NodeO8SequenceV_tFZ":{"name":"construct_seq(from:)","abstract":"

    Construct an Array of Any from the specified sequence.

    ","parent_name":"Array"},"Extensions/Array.html#/s:Sa4YamsE14construct_omap4fromSayyp_yptGAA4NodeO8SequenceV_tFZ":{"name":"construct_omap(from:)","abstract":"

    Construct an “O-map” (array of (Any, Any) tuples) from the specified sequence.

    ","parent_name":"Array"},"Extensions/Array.html#/s:Sa4YamsE15construct_pairs4fromSayyp_yptGAA4NodeO8SequenceV_tFZ":{"name":"construct_pairs(from:)","abstract":"

    Construct an array of (Any, Any) tuples from the specified sequence.

    ","parent_name":"Array"},"Extensions/Array.html#/s:Sa4YamsE11representedAA4NodeOyKF":{"name":"represented()","abstract":"

    This value’s Node representation.

    ","parent_name":"Array"},"Extensions/Set.html#/s:Sh4YamsE13construct_set4fromShys11AnyHashableVGSgAA4NodeO7MappingV_tFZ":{"name":"construct_set(from:)","abstract":"

    Construct a Set, if possible, from the specified mapping.

    ","parent_name":"Set"},"Extensions/Dictionary.html#/s:SD4YamsE17construct_mapping4fromSDys11AnyHashableVypGSgAA4NodeO7MappingV_tFZ":{"name":"construct_mapping(from:)","abstract":"

    Construct a Dictionary, if possible, from the specified mapping.

    ","parent_name":"Dictionary"},"Extensions/Dictionary.html#/s:SD4YamsE11representedAA4NodeOyKF":{"name":"represented()","abstract":"

    This value’s Node representation.

    ","parent_name":"Dictionary"},"Extensions/NSNull.html#/s:So6NSNullC4YamsE9construct4fromABSgAC4NodeO6ScalarV_tFZ":{"name":"construct(from:)","abstract":"

    Construct an instance of NSNull, if possible, from the specified scalar.

    ","parent_name":"NSNull"},"Extensions/NSNull.html#/s:So6NSNullC4YamsE11representedAC4NodeO6ScalarVyF":{"name":"represented()","abstract":"

    This value’s Node.scalar representation.

    ","parent_name":"NSNull"},"Extensions/String.html#/s:SS4YamsE9construct4fromSSSgAA4NodeO6ScalarV_tFZ":{"name":"construct(from:)","abstract":"

    Construct an instance of String, if possible, from the specified scalar.

    ","parent_name":"String"},"Extensions/String.html#/s:SS4YamsE9construct4fromSSSgAA4NodeO_tFZ":{"name":"construct(from:)","abstract":"

    Construct an instance of String, if possible, from the specified Node.

    ","parent_name":"String"},"Extensions/String.html#/s:SS4YamsE11representedAA4NodeO6ScalarVyF":{"name":"represented()","abstract":"

    This value’s Node.scalar representation.

    ","parent_name":"String"},"Extensions/UInt64.html#/s:s6UInt64V4YamsE9construct4fromABSgAC4NodeO6ScalarV_tFZ":{"name":"construct(from:)","abstract":"

    Construct an instance of UInt64, if possible, from the specified scalar.

    ","parent_name":"UInt64"},"Extensions/Int64.html#/s:s5Int64V4YamsE9construct4fromABSgAC4NodeO6ScalarV_tFZ":{"name":"construct(from:)","abstract":"

    Construct an instance of Int64, if possible, from the specified scalar.

    ","parent_name":"Int64"},"Extensions/UInt.html#/s:Su4YamsE9construct4fromSuSgAA4NodeO6ScalarV_tFZ":{"name":"construct(from:)","abstract":"

    Construct an instance of UInt, if possible, from the specified scalar.

    ","parent_name":"UInt"},"Extensions/Int.html#/s:Si4YamsE9construct4fromSiSgAA4NodeO6ScalarV_tFZ":{"name":"construct(from:)","abstract":"

    Construct an instance of Int, if possible, from the specified scalar.

    ","parent_name":"Int"},"Extensions/Float.html#/s:Sf4YamsE11representedAA4NodeO6ScalarVyF":{"name":"represented()","abstract":"

    This value’s Node.scalar representation.

    ","parent_name":"Float"},"Extensions/Float.html#/s:Sf4YamsE3boxAA4NodeOyF":{"name":"box()","abstract":"

    Returns this value wrapped in a Node.scalar.

    ","parent_name":"Float"},"Extensions/Double.html#/s:Sd4YamsE11representedAA4NodeO6ScalarVyF":{"name":"represented()","abstract":"

    This value’s Node.scalar representation.

    ","parent_name":"Double"},"Extensions/Double.html#/s:Sd4YamsE3boxAA4NodeOyF":{"name":"box()","abstract":"

    Returns this value wrapped in a Node.scalar.

    ","parent_name":"Double"},"Extensions/Date.html#/s:10Foundation4DateV4YamsE9construct4fromACSgAD4NodeO6ScalarV_tFZ":{"name":"construct(from:)","abstract":"

    Construct an instance of Date, if possible, from the specified scalar.

    ","parent_name":"Date"},"Extensions/Date.html#/s:10Foundation4DateV4YamsE11representedAD4NodeO6ScalarVyF":{"name":"represented()","abstract":"

    This value’s Node.scalar representation.

    ","parent_name":"Date"},"Extensions/Date.html#/s:10Foundation4DateV4YamsE3boxAD4NodeOyF":{"name":"box()","abstract":"

    Returns this value wrapped in a Node.scalar.

    ","parent_name":"Date"},"Extensions/Data.html#/s:10Foundation4DataV4YamsE9construct4fromACSgAD4NodeO6ScalarV_tFZ":{"name":"construct(from:)","abstract":"

    Construct an instance of Data, if possible, from the specified scalar.

    ","parent_name":"Data"},"Extensions/Data.html#/s:10Foundation4DataV4YamsE11representedAD4NodeO6ScalarVyF":{"name":"represented()","abstract":"

    This value’s Node.scalar representation.

    ","parent_name":"Data"},"Extensions/Bool.html#/s:Sb4YamsE9construct4fromSbSgAA4NodeO6ScalarV_tFZ":{"name":"construct(from:)","abstract":"

    Construct an instance of Bool, if possible, from the specified scalar.

    ","parent_name":"Bool"},"Extensions/Bool.html#/s:Sb4YamsE11representedAA4NodeO6ScalarVyF":{"name":"represented()","abstract":"

    This value’s Node.scalar representation.

    ","parent_name":"Bool"},"Extensions/UUID.html#/s:10Foundation4UUIDV4YamsE9construct4fromACSgAD4NodeO6ScalarV_tFZ":{"name":"construct(from:)","abstract":"

    Construct an instance of UUID, if possible, from the specified scalar.

    ","parent_name":"UUID"},"Extensions/UUID.html#/s:10Foundation4UUIDV4YamsE11representedAD4NodeO6ScalarVyF":{"name":"represented()","abstract":"

    This value’s Node.scalar representation.

    ","parent_name":"UUID"},"Extensions/UUID.html":{"name":"UUID"},"Extensions/Bool.html":{"name":"Bool"},"Extensions/Data.html":{"name":"Data"},"Extensions/Date.html":{"name":"Date"},"Extensions/Double.html":{"name":"Double"},"Extensions/Float.html":{"name":"Float"},"Extensions/Int.html":{"name":"Int"},"Extensions/UInt.html":{"name":"UInt"},"Extensions/Int64.html":{"name":"Int64"},"Extensions/UInt64.html":{"name":"UInt64"},"Extensions/String.html":{"name":"String"},"Extensions/NSNull.html":{"name":"NSNull"},"Extensions/Dictionary.html":{"name":"Dictionary"},"Extensions/Set.html":{"name":"Set"},"Extensions/Array.html":{"name":"Array"},"Extensions/FixedWidthInteger.html":{"name":"FixedWidthInteger"},"Extensions.html#/s:s4Int8V":{"name":"Int8"},"Extensions.html#/s:s5Int16V":{"name":"Int16"},"Extensions.html#/s:s5Int32V":{"name":"Int32"},"Extensions.html#/s:s5UInt8V":{"name":"UInt8"},"Extensions.html#/s:s6UInt16V":{"name":"UInt16"},"Extensions.html#/s:s6UInt32V":{"name":"UInt32"},"Extensions/Decimal.html":{"name":"Decimal"},"Extensions/URL.html":{"name":"URL"},"Extensions/Decoder.html":{"name":"Decoder"},"Extensions/BinaryInteger.html":{"name":"BinaryInteger"},"Extensions/Optional.html":{"name":"Optional"},"Enums/YamlError/Context.html#/s:4Yams9YamlErrorO7ContextV4textSSvp":{"name":"text","abstract":"

    Context text.

    ","parent_name":"Context"},"Enums/YamlError/Context.html#/s:4Yams9YamlErrorO7ContextV4markAA4MarkVvp":{"name":"mark","abstract":"

    Context position.

    ","parent_name":"Context"},"Enums/YamlError/Context.html#/s:4Yams9YamlErrorO7ContextV11descriptionSSvp":{"name":"description","abstract":"

    A textual representation of this instance.

    ","parent_name":"Context"},"Enums/YamlError.html#/s:4Yams9YamlErrorO2noyA2CmF":{"name":"no","abstract":"

    YAML_NO_ERROR. No error is produced.

    ","parent_name":"YamlError"},"Enums/YamlError.html#/s:4Yams9YamlErrorO6memoryyA2CmF":{"name":"memory","abstract":"

    YAML_MEMORY_ERROR. Cannot allocate or reallocate a block of memory.

    ","parent_name":"YamlError"},"Enums/YamlError.html#/s:4Yams9YamlErrorO6readeryACSS_SiSgs5Int32VSStcACmF":{"name":"reader(problem:offset:value:yaml:)","abstract":"

    YAML_READER_ERROR. Cannot read or decode the input stream.

    ","parent_name":"YamlError"},"Enums/YamlError.html#/s:4Yams9YamlErrorO7scanneryA2C7ContextVSg_SSAA4MarkVSStcACmF":{"name":"scanner(context:problem:_:yaml:)","abstract":"

    YAML_SCANNER_ERROR. Cannot scan the input stream.

    ","parent_name":"YamlError"},"Enums/YamlError.html#/s:4Yams9YamlErrorO6parseryA2C7ContextVSg_SSAA4MarkVSStcACmF":{"name":"parser(context:problem:_:yaml:)","abstract":"

    YAML_PARSER_ERROR. Cannot parse the input stream.

    ","parent_name":"YamlError"},"Enums/YamlError.html#/s:4Yams9YamlErrorO8composeryA2C7ContextVSg_SSAA4MarkVSStcACmF":{"name":"composer(context:problem:_:yaml:)","abstract":"

    YAML_COMPOSER_ERROR. Cannot compose a YAML document.

    ","parent_name":"YamlError"},"Enums/YamlError.html#/s:4Yams9YamlErrorO6writeryACSS_tcACmF":{"name":"writer(problem:)","abstract":"

    YAML_WRITER_ERROR. Cannot write to the output stream.

    ","parent_name":"YamlError"},"Enums/YamlError.html#/s:4Yams9YamlErrorO7emitteryACSS_tcACmF":{"name":"emitter(problem:)","abstract":"

    YAML_EMITTER_ERROR. Cannot emit a YAML stream.

    ","parent_name":"YamlError"},"Enums/YamlError.html#/s:4Yams9YamlErrorO11representeryACSS_tcACmF":{"name":"representer(problem:)","abstract":"

    Used in NodeRepresentable.

    ","parent_name":"YamlError"},"Enums/YamlError.html#/s:4Yams9YamlErrorO21dataCouldNotBeDecodedyACSS10FoundationE8EncodingV_tcACmF":{"name":"dataCouldNotBeDecoded(encoding:)","abstract":"

    String data could not be decoded with the specified encoding.

    ","parent_name":"YamlError"},"Enums/YamlError/Context.html":{"name":"Context","abstract":"

    The error context.

    ","parent_name":"YamlError"},"Enums/YamlError.html#/s:4Yams9YamlErrorO11descriptionSSvp":{"name":"description","abstract":"

    A textual representation of this instance.

    ","parent_name":"YamlError"},"Enums/Node/Sequence/Style.html#/s:4Yams4NodeO8SequenceV5StyleO3anyyA2GmF":{"name":"any","abstract":"

    Let the emitter choose the style.

    ","parent_name":"Style"},"Enums/Node/Sequence/Style.html#/s:4Yams4NodeO8SequenceV5StyleO5blockyA2GmF":{"name":"block","abstract":"

    The block sequence style.

    ","parent_name":"Style"},"Enums/Node/Sequence/Style.html#/s:4Yams4NodeO8SequenceV5StyleO4flowyA2GmF":{"name":"flow","abstract":"

    The flow sequence style.

    ","parent_name":"Style"},"Enums/Node/Sequence.html#/s:4Yams4NodeO8SequenceV3tagAA3TagCvp":{"name":"tag","abstract":"

    This node’s tag (its type).

    ","parent_name":"Sequence"},"Enums/Node/Sequence.html#/s:4Yams4NodeO8SequenceV5styleAE5StyleOvp":{"name":"style","abstract":"

    The style to be used when emitting this node.

    ","parent_name":"Sequence"},"Enums/Node/Sequence.html#/s:4Yams4NodeO8SequenceV4markAA4MarkVSgvp":{"name":"mark","abstract":"

    The location for this node.

    ","parent_name":"Sequence"},"Enums/Node/Sequence/Style.html":{"name":"Style","abstract":"

    The style to use when emitting a Sequence.

    ","parent_name":"Sequence"},"Enums/Node/Sequence.html#/s:4Yams4NodeO8SequenceVyAESayACG_AA3TagCAE5StyleOAA4MarkVSgtcfc":{"name":"init(_:_:_:_:)","abstract":"

    Create a Node.Sequence using the specified parameters.

    ","parent_name":"Sequence"},"Enums/Node/Scalar/Style.html#/s:4Yams4NodeO6ScalarV5StyleO3anyyA2GmF":{"name":"any","abstract":"

    Let the emitter choose the style.

    ","parent_name":"Style"},"Enums/Node/Scalar/Style.html#/s:4Yams4NodeO6ScalarV5StyleO5plainyA2GmF":{"name":"plain","abstract":"

    The plain scalar style.

    ","parent_name":"Style"},"Enums/Node/Scalar/Style.html#/s:4Yams4NodeO6ScalarV5StyleO12singleQuotedyA2GmF":{"name":"singleQuoted","abstract":"

    The single-quoted scalar style.

    ","parent_name":"Style"},"Enums/Node/Scalar/Style.html#/s:4Yams4NodeO6ScalarV5StyleO12doubleQuotedyA2GmF":{"name":"doubleQuoted","abstract":"

    The double-quoted scalar style.

    ","parent_name":"Style"},"Enums/Node/Scalar/Style.html#/s:4Yams4NodeO6ScalarV5StyleO7literalyA2GmF":{"name":"literal","abstract":"

    The literal scalar style.

    ","parent_name":"Style"},"Enums/Node/Scalar/Style.html#/s:4Yams4NodeO6ScalarV5StyleO6foldedyA2GmF":{"name":"folded","abstract":"

    The folded scalar style.

    ","parent_name":"Style"},"Enums/Node/Scalar.html#/s:4Yams4NodeO6ScalarV6stringSSvp":{"name":"string","abstract":"

    This node’s string value.

    ","parent_name":"Scalar"},"Enums/Node/Scalar.html#/s:4Yams4NodeO6ScalarV3tagAA3TagCvp":{"name":"tag","abstract":"

    This node’s tag (its type).

    ","parent_name":"Scalar"},"Enums/Node/Scalar.html#/s:4Yams4NodeO6ScalarV5styleAE5StyleOvp":{"name":"style","abstract":"

    The style to be used when emitting this node.

    ","parent_name":"Scalar"},"Enums/Node/Scalar.html#/s:4Yams4NodeO6ScalarV4markAA4MarkVSgvp":{"name":"mark","abstract":"

    The location for this node.

    ","parent_name":"Scalar"},"Enums/Node/Scalar/Style.html":{"name":"Style","abstract":"

    The style to use when emitting a Scalar.

    ","parent_name":"Scalar"},"Enums/Node/Scalar.html#/s:4Yams4NodeO6ScalarVyAESS_AA3TagCAE5StyleOAA4MarkVSgtcfc":{"name":"init(_:_:_:_:)","abstract":"

    Create a Node.Scalar using the specified parameters.

    ","parent_name":"Scalar"},"Enums/Node/Mapping/Style.html#/s:4Yams4NodeO7MappingV5StyleO3anyyA2GmF":{"name":"any","abstract":"

    Let the emitter choose the style.

    ","parent_name":"Style"},"Enums/Node/Mapping/Style.html#/s:4Yams4NodeO7MappingV5StyleO5blockyA2GmF":{"name":"block","abstract":"

    The block mapping style.

    ","parent_name":"Style"},"Enums/Node/Mapping/Style.html#/s:4Yams4NodeO7MappingV5StyleO4flowyA2GmF":{"name":"flow","abstract":"

    The flow mapping style.

    ","parent_name":"Style"},"Enums/Node/Mapping.html#/s:4Yams4NodeO7MappingV3tagAA3TagCvp":{"name":"tag","abstract":"

    This mapping’s Tag.

    ","parent_name":"Mapping"},"Enums/Node/Mapping.html#/s:4Yams4NodeO7MappingV5styleAE5StyleOvp":{"name":"style","abstract":"

    The style to use when emitting this Mapping.

    ","parent_name":"Mapping"},"Enums/Node/Mapping.html#/s:4Yams4NodeO7MappingV4markAA4MarkVSgvp":{"name":"mark","abstract":"

    This mapping’s Mark.

    ","parent_name":"Mapping"},"Enums/Node/Mapping/Style.html":{"name":"Style","abstract":"

    The style to use when emitting a Mapping.

    ","parent_name":"Mapping"},"Enums/Node/Mapping.html#/s:4Yams4NodeO7MappingVyAESayAC_ACtG_AA3TagCAE5StyleOAA4MarkVSgtcfc":{"name":"init(_:_:_:_:)","abstract":"

    Create a Node.Mapping using the specified parameters.

    ","parent_name":"Mapping"},"Enums/Node/Mapping.html#/s:4Yams4NodeO7MappingV5Indexa":{"name":"Index","abstract":"

    The index type for this mapping.

    ","parent_name":"Mapping"},"Enums/Node/Mapping.html#/s:4Yams4NodeO7MappingV4keyss15LazyMapSequenceVyAeCGvp":{"name":"keys","abstract":"

    This mapping’s keys. Similar to Dictionary.keys.

    ","parent_name":"Mapping"},"Enums/Node/Mapping.html#/s:4Yams4NodeO7MappingV6valuess15LazyMapSequenceVyAeCGvp":{"name":"values","abstract":"

    This mapping’s values. Similar to Dictionary.values.

    ","parent_name":"Mapping"},"Enums/Node/Mapping.html#/s:4Yams4NodeO7MappingVyACSgSScip":{"name":"subscript(_:)","abstract":"

    Set or get the Node for the specified string’s Node representation.

    ","parent_name":"Mapping"},"Enums/Node/Mapping.html#/s:4Yams4NodeO7MappingVyACSgACcip":{"name":"subscript(_:)","abstract":"

    Set or get the specified Node.

    ","parent_name":"Mapping"},"Enums/Node/Mapping.html#/s:4Yams4NodeO7MappingV5index6forKeySiSgAC_tF":{"name":"index(forKey:)","abstract":"

    Get the index of the specified Node, if it exists in the mapping.

    ","parent_name":"Mapping"},"Enums/Node.html#/s:4Yams4NodeO6scalaryA2C6ScalarVcACmF":{"name":"scalar(_:)","abstract":"

    Scalar node.

    ","parent_name":"Node"},"Enums/Node.html#/s:4Yams4NodeO7mappingyA2C7MappingVcACmF":{"name":"mapping(_:)","abstract":"

    Mapping node.

    ","parent_name":"Node"},"Enums/Node.html#/s:4Yams4NodeO8sequenceyA2C8SequenceVcACmF":{"name":"sequence(_:)","abstract":"

    Sequence node.

    ","parent_name":"Node"},"Enums/Node/Mapping.html":{"name":"Mapping","abstract":"

    A mapping is the YAML equivalent of a Dictionary.

    ","parent_name":"Node"},"Enums/Node.html#/s:4Yams4NodeO7mappingAC7MappingVSgvp":{"name":"mapping","abstract":"

    Get or set the Node.Mapping value if this node is a Node.mapping.

    ","parent_name":"Node"},"Enums/Node/Scalar.html":{"name":"Scalar","abstract":"

    Scalar node.

    ","parent_name":"Node"},"Enums/Node.html#/s:4Yams4NodeO6scalarAC6ScalarVSgvp":{"name":"scalar","abstract":"

    Get or set the Node.Scalar value if this node is a Node.scalar.

    ","parent_name":"Node"},"Enums/Node/Sequence.html":{"name":"Sequence","abstract":"

    Sequence node.

    ","parent_name":"Node"},"Enums/Node.html#/s:4Yams4NodeO8sequenceAC8SequenceVSgvp":{"name":"sequence","abstract":"

    Get or set the Node.Sequence value if this node is a Node.sequence.

    ","parent_name":"Node"},"Enums/Node.html#/s:4Yams4NodeOyACSS_AA3TagCAC6ScalarV5StyleOtcfc":{"name":"init(_:_:_:)","abstract":"

    Create a Node.scalar with a string, tag & scalar style.

    ","parent_name":"Node"},"Enums/Node.html#/s:4Yams4NodeOyACSayAC_ACtG_AA3TagCAC7MappingV5StyleOtcfc":{"name":"init(_:_:_:)","abstract":"

    Create a Node.mapping with a sequence of node pairs, tag & scalar style.

    ","parent_name":"Node"},"Enums/Node.html#/s:4Yams4NodeOyACSayACG_AA3TagCAC8SequenceV5StyleOtcfc":{"name":"init(_:_:_:)","abstract":"

    Create a Node.sequence with a sequence of nodes, tag & scalar style.

    ","parent_name":"Node"},"Enums/Node.html#/s:4Yams4NodeO3tagAA3TagCvp":{"name":"tag","abstract":"

    The tag for this node.

    ","parent_name":"Node"},"Enums/Node.html#/s:4Yams4NodeO4markAA4MarkVSgvp":{"name":"mark","abstract":"

    The location for this node.

    ","parent_name":"Node"},"Enums/Node.html#/s:4Yams4NodeO3anyypvp":{"name":"any","abstract":"

    This node as an Any, if convertible.

    ","parent_name":"Node"},"Enums/Node.html#/s:4Yams4NodeO6stringSSSgvp":{"name":"string","abstract":"

    This node as a String, if convertible.

    ","parent_name":"Node"},"Enums/Node.html#/s:4Yams4NodeO4boolSbSgvp":{"name":"bool","abstract":"

    This node as a Bool, if convertible.

    ","parent_name":"Node"},"Enums/Node.html#/s:4Yams4NodeO5floatSdSgvp":{"name":"float","abstract":"

    This node as a Double, if convertible.

    ","parent_name":"Node"},"Enums/Node.html#/s:4Yams4NodeO4nullSo6NSNullCSgvp":{"name":"null","abstract":"

    This node as an NSNull, if convertible.

    ","parent_name":"Node"},"Enums/Node.html#/s:4Yams4NodeO3intSiSgvp":{"name":"int","abstract":"

    This node as an Int, if convertible.

    ","parent_name":"Node"},"Enums/Node.html#/s:4Yams4NodeO6binary10Foundation4DataVSgvp":{"name":"binary","abstract":"

    This node as a Data, if convertible.

    ","parent_name":"Node"},"Enums/Node.html#/s:4Yams4NodeO9timestamp10Foundation4DateVSgvp":{"name":"timestamp","abstract":"

    This node as a Date, if convertible.

    ","parent_name":"Node"},"Enums/Node.html#/s:4Yams4NodeO4uuid10Foundation4UUIDVSgvp":{"name":"uuid","abstract":"

    This node as a UUID, if convertible.

    ","parent_name":"Node"},"Enums/Node.html#/s:4Yams4NodeO5arraySayACGyF":{"name":"array()","abstract":"

    Returns this node mapped as an Array<Node>. If the node isn’t a Node.sequence, the array will be","parent_name":"Node"},"Enums/Node.html#/s:4Yams4NodeO5array2ofSayxGxm_tAA19ScalarConstructibleRzlF":{"name":"array(of:)","abstract":"

    Typed Array using type parameter: e.g. array(of: String.self).

    ","parent_name":"Node"},"Enums/Node.html#/s:4Yams4NodeOyACSgACcip":{"name":"subscript(_:)","abstract":"

    If the node is a .sequence or .mapping, set or get the specified Node.","parent_name":"Node"},"Enums/Node.html#/s:4Yams4NodeOyACSgAA0B13Representable_pcip":{"name":"subscript(_:)","abstract":"

    If the node is a .sequence or .mapping, set or get the specified parameter’s Node","parent_name":"Node"},"Enums/Node.html#/s:4Yams4NodeOyACSgSScip":{"name":"subscript(_:)","abstract":"

    If the node is a .sequence or .mapping, set or get the specified string’s Node representation.","parent_name":"Node"},"Enums/Node.html#/s:4Yams4NodeO1loiySbAC_ACtFZ":{"name":"<(_:_:)","abstract":"

    Returns true if lhs is ordered before rhs.

    ","parent_name":"Node"},"Enums/Node.html#/s:4Yams4NodeO12arrayLiteralA2Cd_tcfc":{"name":"init(arrayLiteral:)","abstract":"

    Create a Node.sequence from an array literal of Nodes.

    ","parent_name":"Node"},"Enums/Node.html#/s:4Yams4NodeO12arrayLiteral5styleA2Cd_AC8SequenceV5StyleOtcfc":{"name":"init(arrayLiteral:style:)","abstract":"

    Create a Node.sequence from an array literal of Nodes and a default Style to use for the array literal

    ","parent_name":"Node"},"Enums/Node.html#/s:4Yams4NodeO17dictionaryLiteralA2C_ACtd_tcfc":{"name":"init(dictionaryLiteral:)","abstract":"

    Create a Node.mapping from a dictionary literal of Nodes.

    ","parent_name":"Node"},"Enums/Node.html#/s:4Yams4NodeO17dictionaryLiteral5styleA2C_ACtd_AC7MappingV5StyleOtcfc":{"name":"init(dictionaryLiteral:style:)","abstract":"

    Create a Node.mapping from a dictionary literal of Nodes and a default Style to use for the dictionary","parent_name":"Node"},"Enums/Node.html#/s:4Yams4NodeO12floatLiteralACSd_tcfc":{"name":"init(floatLiteral:)","abstract":"

    Create a Node.scalar from a float literal.

    ","parent_name":"Node"},"Enums/Node.html#/s:4Yams4NodeO14integerLiteralACSi_tcfc":{"name":"init(integerLiteral:)","abstract":"

    Create a Node.scalar from an integer literal.

    ","parent_name":"Node"},"Enums/Node.html#/s:4Yams4NodeO13stringLiteralACSS_tcfc":{"name":"init(stringLiteral:)","abstract":"

    Create a Node.scalar from a string literal.

    ","parent_name":"Node"},"Enums/Node.html#/s:4Yams4NodeOyACxKcAA0B13RepresentableRzlufc":{"name":"init(_:)","abstract":"

    Initialize a Node with a value of NodeRepresentable.

    ","parent_name":"Node"},"Enums/Node.html#/s:4Yams4NodeO11representedACyKF":{"name":"represented()","abstract":"

    This value’s Node representation.

    ","parent_name":"Node"},"Enums/Node.html":{"name":"Node","abstract":"

    YAML Node.

    "},"Enums/YamlError.html":{"name":"YamlError","abstract":"

    Errors thrown by Yams APIs.

    "},"Classes/Tag/Name.html#/s:4Yams3TagC4NameV8rawValueSSvp":{"name":"rawValue","abstract":"

    This Tag.Name‘s raw string value.

    ","parent_name":"Name"},"Classes/Tag/Name.html#/s:4Yams3TagC4NameV8rawValueAESS_tcfc":{"name":"init(rawValue:)","abstract":"

    Create a Tag.Name with a raw string value.

    ","parent_name":"Name"},"Classes/Tag/Name.html#/s:4Yams3TagC4NameV8implicitAEvpZ":{"name":"implicit","abstract":"

    Tag should be resolved by value.

    ","parent_name":"Name"},"Classes/Tag/Name.html#/s:4Yams3TagC4NameV11nonSpecificAEvpZ":{"name":"nonSpecific","abstract":"

    Tag should not be resolved by value, and be resolved as .str, .seq or .map.

    ","parent_name":"Name"},"Classes/Tag/Name.html#/s:4Yams3TagC4NameV3strAEvpZ":{"name":"str","abstract":"

    “tag:yaml.org,2002:str” http://yaml.org/type/str.html

    ","parent_name":"Name"},"Classes/Tag/Name.html#/s:4Yams3TagC4NameV3seqAEvpZ":{"name":"seq","abstract":"

    “tag:yaml.org,2002:seq” http://yaml.org/type/seq.html

    ","parent_name":"Name"},"Classes/Tag/Name.html#/s:4Yams3TagC4NameV3mapAEvpZ":{"name":"map","abstract":"

    “tag:yaml.org,2002:map” http://yaml.org/type/map.html

    ","parent_name":"Name"},"Classes/Tag/Name.html#/s:4Yams3TagC4NameV4boolAEvpZ":{"name":"bool","abstract":"

    “tag:yaml.org,2002:bool” http://yaml.org/type/bool.html

    ","parent_name":"Name"},"Classes/Tag/Name.html#/s:4Yams3TagC4NameV5floatAEvpZ":{"name":"float","abstract":"

    “tag:yaml.org,2002:float” http://yaml.org/type/float.html

    ","parent_name":"Name"},"Classes/Tag/Name.html#/s:4Yams3TagC4NameV4nullAEvpZ":{"name":"null","abstract":"

    “tag:yaml.org,2002:null” http://yaml.org/type/null.html

    ","parent_name":"Name"},"Classes/Tag/Name.html#/s:4Yams3TagC4NameV3intAEvpZ":{"name":"int","abstract":"

    “tag:yaml.org,2002:int” http://yaml.org/type/int.html

    ","parent_name":"Name"},"Classes/Tag/Name.html#/s:4Yams3TagC4NameV6binaryAEvpZ":{"name":"binary","abstract":"

    “tag:yaml.org,2002:binary” http://yaml.org/type/binary.html

    ","parent_name":"Name"},"Classes/Tag/Name.html#/s:4Yams3TagC4NameV5mergeAEvpZ":{"name":"merge","abstract":"

    “tag:yaml.org,2002:merge” http://yaml.org/type/merge.html

    ","parent_name":"Name"},"Classes/Tag/Name.html#/s:4Yams3TagC4NameV4omapAEvpZ":{"name":"omap","abstract":"

    “tag:yaml.org,2002:omap” http://yaml.org/type/omap.html

    ","parent_name":"Name"},"Classes/Tag/Name.html#/s:4Yams3TagC4NameV5pairsAEvpZ":{"name":"pairs","abstract":"

    “tag:yaml.org,2002:pairs” http://yaml.org/type/pairs.html

    ","parent_name":"Name"},"Classes/Tag/Name.html#/s:4Yams3TagC4NameV3setAEvpZ":{"name":"set","abstract":"

    “tag:yaml.org,2002:set”. http://yaml.org/type/set.html

    ","parent_name":"Name"},"Classes/Tag/Name.html#/s:4Yams3TagC4NameV9timestampAEvpZ":{"name":"timestamp","abstract":"

    “tag:yaml.org,2002:timestamp” http://yaml.org/type/timestamp.html

    ","parent_name":"Name"},"Classes/Tag/Name.html#/s:4Yams3TagC4NameV5valueAEvpZ":{"name":"value","abstract":"

    “tag:yaml.org,2002:value” http://yaml.org/type/value.html

    ","parent_name":"Name"},"Classes/Tag/Name.html#/s:4Yams3TagC4NameV4yamlAEvpZ":{"name":"yaml","abstract":"

    “tag:yaml.org,2002:yaml” http://yaml.org/type/yaml.html We don’t support this.

    ","parent_name":"Name"},"Classes/Tag/Name.html":{"name":"Name","abstract":"

    Tag name.

    ","parent_name":"Tag"},"Classes/Tag.html#/s:4Yams3TagC8implicitACvpZ":{"name":"implicit","abstract":"

    Shorthand accessor for Tag(.implicit).

    ","parent_name":"Tag"},"Classes/Tag.html#/s:4Yams3TagCyA2C4NameV_AA8ResolverCAA11ConstructorCtcfc":{"name":"init(_:_:_:)","abstract":"

    Create a Tag with the specified name, resolver and constructor.

    ","parent_name":"Tag"},"Classes/Tag.html#/s:4Yams3TagC4copy4with8resolver11constructorA2C4NameVSg_AA8ResolverCSgAA11ConstructorCSgtF":{"name":"copy(with:resolver:constructor:)","abstract":"

    Lens returning a copy of the current Tag with the specified overridden changes.

    ","parent_name":"Tag"},"Classes/Tag.html#/s:4Yams3TagC11descriptionSSvp":{"name":"description","abstract":"

    A textual representation of this tag.

    ","parent_name":"Tag"},"Classes/Resolver/Rule.html#/s:4Yams8ResolverC4RuleV3tagAA3TagC4NameVvp":{"name":"tag","abstract":"

    The tag name this rule applies to.

    ","parent_name":"Rule"},"Classes/Resolver/Rule.html#/s:4Yams8ResolverC4RuleV7patternSSvp":{"name":"pattern","abstract":"

    The regex pattern used to resolve this rule.

    ","parent_name":"Rule"},"Classes/Resolver/Rule.html#/s:4Yams8ResolverC4RuleVyAeA3TagC4NameV_SStKcfc":{"name":"init(_:_:)","abstract":"

    Create a rule with the specified tag name and regex pattern.

    ","parent_name":"Rule"},"Classes/Resolver/Rule.html#/s:4Yams8ResolverC4RuleV4boolAEvpZ":{"name":"bool","abstract":"

    Default bool resolver rule.

    ","parent_name":"Rule"},"Classes/Resolver/Rule.html#/s:4Yams8ResolverC4RuleV3intAEvpZ":{"name":"int","abstract":"

    Default int resolver rule.

    ","parent_name":"Rule"},"Classes/Resolver/Rule.html#/s:4Yams8ResolverC4RuleV5floatAEvpZ":{"name":"float","abstract":"

    Default float resolver rule.

    ","parent_name":"Rule"},"Classes/Resolver/Rule.html#/s:4Yams8ResolverC4RuleV5mergeAEvpZ":{"name":"merge","abstract":"

    Default merge resolver rule.

    ","parent_name":"Rule"},"Classes/Resolver/Rule.html#/s:4Yams8ResolverC4RuleV4nullAEvpZ":{"name":"null","abstract":"

    Default null resolver rule.

    ","parent_name":"Rule"},"Classes/Resolver/Rule.html#/s:4Yams8ResolverC4RuleV9timestampAEvpZ":{"name":"timestamp","abstract":"

    Default timestamp resolver rule.

    ","parent_name":"Rule"},"Classes/Resolver/Rule.html#/s:4Yams8ResolverC4RuleV5valueAEvpZ":{"name":"value","abstract":"

    Default value resolver rule.

    ","parent_name":"Rule"},"Classes/Resolver/Rule.html":{"name":"Rule","abstract":"

    Rule describing how to resolve tags from regex patterns.

    ","parent_name":"Resolver"},"Classes/Resolver.html#/s:4Yams8ResolverC5rulesSayAC4RuleVGvp":{"name":"rules","abstract":"

    The rules used by this resolver to resolve nodes to tags.

    ","parent_name":"Resolver"},"Classes/Resolver.html#/s:4Yams8ResolverC10resolveTag2ofAA0D0C4NameVAA4NodeO_tF":{"name":"resolveTag(of:)","abstract":"

    Resolve a tag name from a given node.

    ","parent_name":"Resolver"},"Classes/Resolver.html#/s:4Yams8ResolverC9appendingyA2C4RuleVF":{"name":"appending(_:)","abstract":"

    Returns a Resolver constructed by appending rule.

    ","parent_name":"Resolver"},"Classes/Resolver.html#/s:4Yams8ResolverC9appendingyAcA3TagC4NameV_SStKF":{"name":"appending(_:_:)","abstract":"

    Returns a Resolver constructed by appending pattern for tag.

    ","parent_name":"Resolver"},"Classes/Resolver.html#/s:4Yams8ResolverC9replacingyA2C4RuleVF":{"name":"replacing(_:)","abstract":"

    Returns a Resolver constructed by replacing rule.

    ","parent_name":"Resolver"},"Classes/Resolver.html#/s:4Yams8ResolverC9replacing_4withAcA3TagC4NameV_SStKF":{"name":"replacing(_:with:)","abstract":"

    Returns a Resolver constructed by replacing pattern for tag.

    ","parent_name":"Resolver"},"Classes/Resolver.html#/s:4Yams8ResolverC8removingyAcA3TagC4NameVF":{"name":"removing(_:)","abstract":"

    Returns a Resolver constructed by removing pattern for tag.

    ","parent_name":"Resolver"},"Classes/Resolver.html#/s:4Yams8ResolverC5basicACvpZ":{"name":"basic","abstract":"

    Resolver with no rules.

    ","parent_name":"Resolver"},"Classes/Resolver.html#/s:4Yams8ResolverC7defaultACvpZ":{"name":"default","abstract":"

    Resolver with a default set of rules.

    ","parent_name":"Resolver"},"Classes/Parser/Encoding.html#/s:4Yams6ParserC8EncodingO4utf8yA2EmF":{"name":"utf8","abstract":"

    Use YAML_UTF8_ENCODING

    ","parent_name":"Encoding"},"Classes/Parser/Encoding.html#/s:4Yams6ParserC8EncodingO5utf16yA2EmF":{"name":"utf16","abstract":"

    Use YAML_UTF16(BE|LE)_ENCODING

    ","parent_name":"Encoding"},"Classes/Parser/Encoding.html#/s:4Yams6ParserC8EncodingO7defaultAEvpZ":{"name":"default","abstract":"

    The default encoding, determined at run time based on the String type’s native encoding.","parent_name":"Encoding"},"Classes/Parser.html#/s:4Yams6ParserC4yamlSSvp":{"name":"yaml","abstract":"

    YAML string.

    ","parent_name":"Parser"},"Classes/Parser.html#/s:4Yams6ParserC8resolverAA8ResolverCvp":{"name":"resolver","abstract":"

    Resolver.

    ","parent_name":"Parser"},"Classes/Parser.html#/s:4Yams6ParserC11constructorAA11ConstructorCvp":{"name":"constructor","abstract":"

    Constructor.

    ","parent_name":"Parser"},"Classes/Parser/Encoding.html":{"name":"Encoding","abstract":"

    Encoding

    ","parent_name":"Parser"},"Classes/Parser.html#/s:4Yams6ParserC8encodingAC8EncodingOvp":{"name":"encoding","abstract":"

    Encoding

    ","parent_name":"Parser"},"Classes/Parser.html#/s:4Yams6ParserC4yaml8resolver11constructor8encodingACSS_AA8ResolverCAA11ConstructorCAC8EncodingOtKcfc":{"name":"init(yaml:resolver:constructor:encoding:)","abstract":"

    Set up a Parser with a String value as input.

    ","parent_name":"Parser"},"Classes/Parser.html#/s:4Yams6ParserC4yaml8resolver11constructor8encodingAC10Foundation4DataV_AA8ResolverCAA11ConstructorCAC8EncodingOtKcfc":{"name":"init(yaml:resolver:constructor:encoding:)","abstract":"

    Set up a Parser with a Data value as input.

    ","parent_name":"Parser"},"Classes/Parser.html#/s:4Yams6ParserC8nextRootAA4NodeOSgyKF":{"name":"nextRoot()","abstract":"

    Parse next document and return root Node.

    ","parent_name":"Parser"},"Classes/Parser.html#/s:4Yams6ParserC10singleRootAA4NodeOSgyKF":{"name":"singleRoot()","abstract":"

    Parses the document expecting a single root Node and returns it.

    ","parent_name":"Parser"},"Classes/YAMLEncoder.html#/s:4Yams11YAMLEncoderC7Optionsa":{"name":"Options","abstract":"

    Options to use when encoding to YAML.

    ","parent_name":"YAMLEncoder"},"Classes/YAMLEncoder.html#/s:4Yams11YAMLEncoderC7optionsAA7EmitterC7OptionsVvp":{"name":"options","abstract":"

    Options to use when encoding to YAML.

    ","parent_name":"YAMLEncoder"},"Classes/YAMLEncoder.html#/s:4Yams11YAMLEncoderCACycfc":{"name":"init()","abstract":"

    Creates a YAMLEncoder instance.

    ","parent_name":"YAMLEncoder"},"Classes/YAMLEncoder.html#/s:4Yams11YAMLEncoderC6encode_8userInfoSSx_SDys010CodingUserE3KeyVypGtKSERzlF":{"name":"encode(_:userInfo:)","abstract":"

    Encode a value of type T to a YAML string.

    ","parent_name":"YAMLEncoder"},"Classes/Emitter/Options.html#/s:4Yams7EmitterC7OptionsV9canonicalSbvp":{"name":"canonical","abstract":"

    Set if the output should be in the “canonical” format described in the YAML specification.

    ","parent_name":"Options"},"Classes/Emitter/Options.html#/s:4Yams7EmitterC7OptionsV6indentSivp":{"name":"indent","abstract":"

    Set the indentation value.

    ","parent_name":"Options"},"Classes/Emitter/Options.html#/s:4Yams7EmitterC7OptionsV5widthSivp":{"name":"width","abstract":"

    Set the preferred line width. -1 means unlimited.

    ","parent_name":"Options"},"Classes/Emitter/Options.html#/s:4Yams7EmitterC7OptionsV12allowUnicodeSbvp":{"name":"allowUnicode","abstract":"

    Set if unescaped non-ASCII characters are allowed.

    ","parent_name":"Options"},"Classes/Emitter/Options.html#/s:4Yams7EmitterC7OptionsV9lineBreakAC04LineE0Ovp":{"name":"lineBreak","abstract":"

    Set the preferred line break.

    ","parent_name":"Options"},"Classes/Emitter/Options.html#/s:4Yams7EmitterC7OptionsV7versionSi5major_Si5minortSgvp":{"name":"version","abstract":"

    The %YAML directive value or nil.

    ","parent_name":"Options"},"Classes/Emitter/Options.html#/s:4Yams7EmitterC7OptionsV8sortKeysSbvp":{"name":"sortKeys","abstract":"

    Set if emitter should sort keys in lexicographic order.

    ","parent_name":"Options"},"Classes/Emitter/Options.html#/s:4Yams7EmitterC7OptionsV13sequenceStyleAA4NodeO8SequenceV0E0Ovp":{"name":"sequenceStyle","abstract":"

    Set the style for sequences (arrays / lists)

    ","parent_name":"Options"},"Classes/Emitter/Options.html#/s:4Yams7EmitterC7OptionsV12mappingStyleAA4NodeO7MappingV0E0Ovp":{"name":"mappingStyle","abstract":"

    Set the style for mappings (dictionaries)

    ","parent_name":"Options"},"Classes/Emitter/Options.html#/s:4Yams7EmitterC7OptionsV18newLineScalarStyleAA4NodeO0F0V0G0Ovp":{"name":"newLineScalarStyle","abstract":"

    Set the style for scalars that include newlines

    ","parent_name":"Options"},"Classes/Emitter/Options.html#/s:4Yams7EmitterC7OptionsV9canonical6indent5width12allowUnicode9lineBreak7version8sortKeys13sequenceStyle07mappingO0013newLineScalarO0AESb_S2iSbAC0rJ0OSi5major_Si5minortSgSbAA4NodeO8SequenceV0O0OAV7MappingVAYOAV0S0VAYOtcfc":{"name":"init(canonical:indent:width:allowUnicode:lineBreak:version:sortKeys:sequenceStyle:mappingStyle:newLineScalarStyle:)","abstract":"

    Create Emitter.Options with the specified values.

    ","parent_name":"Options"},"Classes/Emitter/LineBreak.html#/s:4Yams7EmitterC9LineBreakO2cryA2EmF":{"name":"cr","abstract":"

    Use CR for line breaks (Mac style).

    ","parent_name":"LineBreak"},"Classes/Emitter/LineBreak.html#/s:4Yams7EmitterC9LineBreakO2lnyA2EmF":{"name":"ln","abstract":"

    Use LN for line breaks (Unix style).

    ","parent_name":"LineBreak"},"Classes/Emitter/LineBreak.html#/s:4Yams7EmitterC9LineBreakO4crlnyA2EmF":{"name":"crln","abstract":"

    Use CR LN for line breaks (DOS style).

    ","parent_name":"LineBreak"},"Classes/Emitter/LineBreak.html":{"name":"LineBreak","abstract":"

    Line break options to use when emitting YAML.

    ","parent_name":"Emitter"},"Classes/Emitter.html#/s:4Yams7EmitterC4data10Foundation4DataVvp":{"name":"data","abstract":"

    Retrieve this Emitter’s binary output.

    ","parent_name":"Emitter"},"Classes/Emitter/Options.html":{"name":"Options","abstract":"

    Configuration options to use when emitting YAML.

    ","parent_name":"Emitter"},"Classes/Emitter.html#/s:4Yams7EmitterC7optionsAC7OptionsVvp":{"name":"options","abstract":"

    Configuration options to use when emitting YAML.

    ","parent_name":"Emitter"},"Classes/Emitter.html#/s:4Yams7EmitterC9canonical6indent5width12allowUnicode9lineBreak13explicitStart0J3End7version8sortKeys13sequenceStyle07mappingQ0013newLineScalarQ0ACSb_S2iSbAC0tI0OS2bSi5major_Si5minortSgSbAA4NodeO8SequenceV0Q0OAV7MappingVAYOAV0U0VAYOtcfc":{"name":"init(canonical:indent:width:allowUnicode:lineBreak:explicitStart:explicitEnd:version:sortKeys:sequenceStyle:mappingStyle:newLineScalarStyle:)","abstract":"

    Create an Emitter with the specified options.

    ","parent_name":"Emitter"},"Classes/Emitter.html#/s:4Yams7EmitterC4openyyKF":{"name":"open()","abstract":"

    Open & initialize the emitter.

    ","parent_name":"Emitter"},"Classes/Emitter.html#/s:4Yams7EmitterC5closeyyKF":{"name":"close()","abstract":"

    Close the Emitter.

    ","parent_name":"Emitter"},"Classes/Emitter.html#/s:4Yams7EmitterC9serialize4nodeyAA4NodeO_tKF":{"name":"serialize(node:)","abstract":"

    Ingest a Node to include when emitting the YAML output.

    ","parent_name":"Emitter"},"Classes/YAMLDecoder.html#/s:4Yams11YAMLDecoderC8encodingAcA6ParserC8EncodingO_tcfc":{"name":"init(encoding:)","abstract":"

    Creates a YAMLDecoder instance.

    ","parent_name":"YAMLDecoder"},"Classes/YAMLDecoder.html#/s:4Yams11YAMLDecoderC6decode_4from8userInfoxxm_AA4NodeOSDys010CodingUserF3KeyVypGtKSeRzlF":{"name":"decode(_:from:userInfo:)","abstract":"

    Decode a Decodable type from a given Node and optional user info mapping.

    ","parent_name":"YAMLDecoder"},"Classes/YAMLDecoder.html#/s:4Yams11YAMLDecoderC6decode_4from8userInfoxxm_SSSDys010CodingUserF3KeyVypGtKSeRzlF":{"name":"decode(_:from:userInfo:)","abstract":"

    Decode a Decodable type from a given String and optional user info mapping.

    ","parent_name":"YAMLDecoder"},"Classes/YAMLDecoder.html#/s:4Yams11YAMLDecoderC6decode_4from8userInfoxxm_10Foundation4DataVSDys010CodingUserF3KeyVypGtKSeRzlF":{"name":"decode(_:from:userInfo:)","abstract":"

    Decode a Decodable type from a given Data and optional user info mapping.

    ","parent_name":"YAMLDecoder"},"Classes/YAMLDecoder.html#/s:4Yams11YAMLDecoderC8encodingAA6ParserC8EncodingOvp":{"name":"encoding","abstract":"

    Encoding

    ","parent_name":"YAMLDecoder"},"Classes/YAMLDecoder.html#/s:7Combine15TopLevelDecoderP5InputQa":{"name":"Input","parent_name":"YAMLDecoder"},"Classes/YAMLDecoder.html#/s:7Combine15TopLevelDecoderP6decode_4fromqd__qd__m_5InputQztKSeRd__lF":{"name":"decode(_:from:)","parent_name":"YAMLDecoder"},"Classes/Constructor.html#/s:4Yams11ConstructorC9ScalarMapa":{"name":"ScalarMap","abstract":"

    Maps Tag.Names to Node.Scalars.

    ","parent_name":"Constructor"},"Classes/Constructor.html#/s:4Yams11ConstructorC10MappingMapa":{"name":"MappingMap","abstract":"

    Maps Tag.Names to Node.Mappings.

    ","parent_name":"Constructor"},"Classes/Constructor.html#/s:4Yams11ConstructorC11SequenceMapa":{"name":"SequenceMap","abstract":"

    Maps Tag.Names to Node.Sequences.

    ","parent_name":"Constructor"},"Classes/Constructor.html#/s:4Yams11ConstructorCyACSDyAA3TagC4NameVypSgAA4NodeO6ScalarVcG_SDyAghJ7MappingVcGSDyAghJ8SequenceVcGtcfc":{"name":"init(_:_:_:)","abstract":"

    Initialize a Constructor with the specified maps, falling back to default maps.

    ","parent_name":"Constructor"},"Classes/Constructor.html#/s:4Yams11ConstructorC3any4fromypAA4NodeO_tF":{"name":"any(from:)","abstract":"

    Constructs Swift values based on the maps this Constructor was initialized with.

    ","parent_name":"Constructor"},"Classes/Constructor.html#/s:4Yams11ConstructorC7defaultACvpZ":{"name":"default","abstract":"

    The default Constructor to be used with APIs where none is explicitly provided.

    ","parent_name":"Constructor"},"Classes/Constructor.html#/s:4Yams11ConstructorC16defaultScalarMapSDyAA3TagC4NameVypSgAA4NodeO0D0VcGvpZ":{"name":"defaultScalarMap","abstract":"

    The default Tag.Name to Node.Scalar map.

    ","parent_name":"Constructor"},"Classes/Constructor.html#/s:4Yams11ConstructorC17defaultMappingMapSDyAA3TagC4NameVypSgAA4NodeO0D0VcGvpZ":{"name":"defaultMappingMap","abstract":"

    The default Tag.Name to Node.Mapping map.

    ","parent_name":"Constructor"},"Classes/Constructor.html#/s:4Yams11ConstructorC18defaultSequenceMapSDyAA3TagC4NameVypSgAA4NodeO0D0VcGvpZ":{"name":"defaultSequenceMap","abstract":"

    The default Tag.Name to Node.Sequence map.

    ","parent_name":"Constructor"},"Classes/Constructor.html":{"name":"Constructor","abstract":"

    Constructors are used to translate Nodes to Swift values.

    "},"Classes/YAMLDecoder.html":{"name":"YAMLDecoder","abstract":"

    Codable-style Decoder that can be used to decode a Decodable type from a given String and optional"},"Classes/Emitter.html":{"name":"Emitter","abstract":"

    Class responsible for emitting libYAML events.

    "},"Classes/YAMLEncoder.html":{"name":"YAMLEncoder","abstract":"

    Codable-style Encoder that can be used to encode an Encodable type to a YAML string using optional"},"Classes/Parser.html":{"name":"Parser","abstract":"

    Parses YAML strings.

    "},"Classes/Resolver.html":{"name":"Resolver","abstract":"

    Class used to resolve nodes to tags based on customizable rules.

    "},"Classes/Tag.html":{"name":"Tag","abstract":"

    Tags describe the the type of a Node.

    "},"Classes.html":{"name":"Classes","abstract":"

    The following classes are available globally.

    "},"Enums.html":{"name":"Enumerations","abstract":"

    The following enumerations are available globally.

    "},"Extensions.html":{"name":"Extensions","abstract":"

    The following extensions are available globally.

    "},"Functions.html":{"name":"Functions","abstract":"

    The following functions are available globally.

    "},"Protocols.html":{"name":"Protocols","abstract":"

    The following protocols are available globally.

    "},"Structs.html":{"name":"Structures","abstract":"

    The following structures are available globally.

    "}} \ No newline at end of file +{"Structs/YamlSequence.html#/s:4Yams12YamlSequenceV5errors5Error_pSgvp":{"name":"error","abstract":"\u003cp\u003eThis sequence\u0026rsquo;s error, if any.\u003c/p\u003e","parent_name":"YamlSequence"},"Structs/YamlSequence.html#/s:4Yams12YamlSequenceV4nextxSgyF":{"name":"next()","abstract":"\u003cp\u003e\u003ccode\u003eSwift.Sequence.next()\u003c/code\u003e.\u003c/p\u003e","parent_name":"YamlSequence"},"Structs/Mark.html#/s:4Yams4MarkV4lineSivp":{"name":"line","abstract":"\u003cp\u003eLine number starting from 1.\u003c/p\u003e","parent_name":"Mark"},"Structs/Mark.html#/s:4Yams4MarkV6columnSivp":{"name":"column","abstract":"\u003cp\u003eColumn number starting from 1. libYAML counts columns in \u003ccode\u003eUnicodeScalar\u003c/code\u003e.\u003c/p\u003e","parent_name":"Mark"},"Structs/Mark.html#/s:4Yams4MarkV11descriptionSSvp":{"name":"description","abstract":"\u003cp\u003eA textual representation of this instance.\u003c/p\u003e","parent_name":"Mark"},"Structs/Mark.html#/s:4Yams4MarkV7snippet4fromS2S_tF":{"name":"snippet(from:)","abstract":"\u003cp\u003eReturns snippet string pointed by Mark instance from YAML String.\u003c/p\u003e","parent_name":"Mark"},"Structs/Mark.html":{"name":"Mark","abstract":"\u003cp\u003eThe pointer position.\u003c/p\u003e"},"Structs/YamlSequence.html":{"name":"YamlSequence","abstract":"\u003cp\u003eSequence that holds an error.\u003c/p\u003e"},"Protocols/YAMLEncodable.html#/s:4Yams13YAMLEncodableP3boxAA4NodeOyF":{"name":"box()","abstract":"\u003cp\u003eReturns this value wrapped in a \u003ccode\u003e\u003ca href=\"36f8f5912051ae747ef441d6511ca4cbEnums/Node.html\"\u003eNode\u003c/a\u003e\u003c/code\u003e.\u003c/p\u003e","parent_name":"YAMLEncodable"},"Protocols/YAMLEncodable.html#/s:4Yams13YAMLEncodablePA2A19ScalarRepresentableRzrlE3boxAA4NodeOyF":{"name":"box()","parent_name":"YAMLEncodable"},"Protocols/ScalarRepresentable.html#/s:4Yams19ScalarRepresentableP11representedAA4NodeO0B0VyF":{"name":"represented()","abstract":"\u003cp\u003eThis value\u0026rsquo;s \u003ccode\u003e\u003ca href=\"36f8f5912051ae747ef441d6511ca4cbEnums/Node.html#/s:4Yams4NodeO6scalarAC6ScalarVSgvp\"\u003eNode.scalar\u003c/a\u003e\u003c/code\u003e representation.\u003c/p\u003e","parent_name":"ScalarRepresentable"},"Protocols/NodeRepresentable.html#/s:4Yams17NodeRepresentableP11representedAA0B0OyKF":{"name":"represented()","abstract":"\u003cp\u003eThis value\u0026rsquo;s \u003ccode\u003e\u003ca href=\"36f8f5912051ae747ef441d6511ca4cbEnums/Node.html\"\u003eNode\u003c/a\u003e\u003c/code\u003e representation.\u003c/p\u003e","parent_name":"NodeRepresentable"},"Protocols/SexagesimalConvertible.html#/s:4Yams22SexagesimalConvertibleP6create4fromxSgSS_tFZ":{"name":"create(from:)","abstract":"\u003cp\u003eCreates a sexagesimal numeric value from the given string.\u003c/p\u003e","parent_name":"SexagesimalConvertible"},"Protocols/SexagesimalConvertible.html#/s:4Yams22SexagesimalConvertibleP1moiyxx_xtFZ":{"name":"*(_:_:)","abstract":"\u003cp\u003eMultiplies two sexagesimal numeric values.\u003c/p\u003e","parent_name":"SexagesimalConvertible"},"Protocols/SexagesimalConvertible.html#/s:4Yams22SexagesimalConvertibleP1poiyxx_xtFZ":{"name":"+(_:_:)","abstract":"\u003cp\u003eAdds two sexagesimal numeric values.\u003c/p\u003e","parent_name":"SexagesimalConvertible"},"Protocols/SexagesimalConvertible.html#/s:4Yams22SexagesimalConvertiblePAAs014LosslessStringC0RzrlE6create4fromxSgSS_tFZ":{"name":"create(from:)","parent_name":"SexagesimalConvertible"},"Protocols/SexagesimalConvertible.html#/s:4Yams22SexagesimalConvertiblePAAs17FixedWidthIntegerRzrlE6create4fromxSgSS_tFZ":{"name":"create(from:)","parent_name":"SexagesimalConvertible"},"Protocols/ScalarConstructible.html#/s:4Yams19ScalarConstructibleP9construct4fromxSgAA4NodeO0B0V_tFZ":{"name":"construct(from:)","abstract":"\u003cp\u003eConstruct an instance of \u003ccode\u003eSelf\u003c/code\u003e, if possible, from the specified scalar.\u003c/p\u003e","parent_name":"ScalarConstructible"},"Protocols/ScalarConstructible.html#/s:4Yams19ScalarConstructiblePAASFRzAA22SexagesimalConvertibleRzrlE9construct4fromxSgAA4NodeO0B0V_tFZ":{"name":"construct(from:)","parent_name":"ScalarConstructible"},"Protocols/ScalarConstructible.html":{"name":"ScalarConstructible","abstract":"\u003cp\u003eTypes conforming to this protocol can be extracted \u003ccode\u003e\u003ca href=\"36f8f5912051ae747ef441d6511ca4cbEnums/Node/Scalar.html\"\u003eNode.Scalar\u003c/a\u003e\u003c/code\u003es.\u003c/p\u003e"},"Protocols/SexagesimalConvertible.html":{"name":"SexagesimalConvertible","abstract":"\u003cp\u003eConfirming types are convertible to base 60 numeric values.\u003c/p\u003e"},"Protocols/NodeRepresentable.html":{"name":"NodeRepresentable","abstract":"\u003cp\u003eType is representable as \u003ccode\u003e\u003ca href=\"36f8f5912051ae747ef441d6511ca4cbEnums/Node.html\"\u003eNode\u003c/a\u003e\u003c/code\u003e.\u003c/p\u003e"},"Protocols/ScalarRepresentable.html":{"name":"ScalarRepresentable","abstract":"\u003cp\u003eType is representable as \u003ccode\u003e\u003ca href=\"36f8f5912051ae747ef441d6511ca4cbEnums/Node.html#/s:4Yams4NodeO6scalarAC6ScalarVSgvp\"\u003eNode.scalar\u003c/a\u003e\u003c/code\u003e.\u003c/p\u003e"},"Protocols/YAMLEncodable.html":{"name":"YAMLEncodable","abstract":"\u003cp\u003eTypes conforming to this protocol can be encoded by \u003ccode\u003eYamlEncoder\u003c/code\u003e.\u003c/p\u003e"},"Functions.html#/s:4Yams4dump7objects9canonical6indent5width12allowUnicode9lineBreak13explicitStart0K3End7version8sortKeys13sequenceStyle07mappingR0013newLineScalarR0SSx_SbS2iSbAA7EmitterC0uJ0OS2bSi5major_Si5minortSgSbAA4NodeO8SequenceV0R0OAX7MappingVA_OAX0V0VA_OtKSTRzlF":{"name":"dump(objects:canonical:indent:width:allowUnicode:lineBreak:explicitStart:explicitEnd:version:sortKeys:sequenceStyle:mappingStyle:newLineScalarStyle:)","abstract":"\u003cp\u003eProduce a YAML string from objects.\u003c/p\u003e"},"Functions.html#/s:4Yams4dump6object9canonical6indent5width12allowUnicode9lineBreak13explicitStart0K3End7version8sortKeys13sequenceStyle07mappingR0013newLineScalarR0SSypSg_SbS2iSbAA7EmitterC0uJ0OS2bSi5major_Si5minortSgSbAA4NodeO8SequenceV0R0OAY7MappingVA0_OAY0V0VA0_OtKF":{"name":"dump(object:canonical:indent:width:allowUnicode:lineBreak:explicitStart:explicitEnd:version:sortKeys:sequenceStyle:mappingStyle:newLineScalarStyle:)","abstract":"\u003cp\u003eProduce a YAML string from an object.\u003c/p\u003e"},"Functions.html#/s:4Yams9serialize5nodes9canonical6indent5width12allowUnicode9lineBreak13explicitStart0K3End7version8sortKeys13sequenceStyle07mappingR0013newLineScalarR0SSx_SbS2iSbAA7EmitterC0uJ0OS2bSi5major_Si5minortSgSbAA4NodeO8SequenceV0R0OAX7MappingVA_OAX0V0VA_OtKSTRzAX7ElementRtzlF":{"name":"serialize(nodes:canonical:indent:width:allowUnicode:lineBreak:explicitStart:explicitEnd:version:sortKeys:sequenceStyle:mappingStyle:newLineScalarStyle:)","abstract":"\u003cp\u003eProduce a YAML string from a \u003ccode\u003e\u003ca href=\"36f8f5912051ae747ef441d6511ca4cbEnums/Node.html\"\u003eNode\u003c/a\u003e\u003c/code\u003e.\u003c/p\u003e"},"Functions.html#/s:4Yams9serialize4node9canonical6indent5width12allowUnicode9lineBreak13explicitStart0K3End7version8sortKeys13sequenceStyle07mappingR0013newLineScalarR0SSAA4NodeO_SbS2iSbAA7EmitterC0uJ0OS2bSi5major_Si5minortSgSbAQ8SequenceV0R0OAQ7MappingVA_OAQ0V0VA_OtKF":{"name":"serialize(node:canonical:indent:width:allowUnicode:lineBreak:explicitStart:explicitEnd:version:sortKeys:sequenceStyle:mappingStyle:newLineScalarStyle:)","abstract":"\u003cp\u003eProduce a YAML string from a \u003ccode\u003e\u003ca href=\"36f8f5912051ae747ef441d6511ca4cbEnums/Node.html\"\u003eNode\u003c/a\u003e\u003c/code\u003e.\u003c/p\u003e"},"Functions.html#/s:4Yams8load_all4yaml___AA12YamlSequenceVyypGSS_AA8ResolverCAA11ConstructorCAA6ParserC8EncodingOtKF":{"name":"load_all(yaml:_:_:_:)","abstract":"\u003cp\u003eParse all YAML documents in a String"},"Functions.html#/s:4Yams4load4yaml___ypSgSS_AA8ResolverCAA11ConstructorCAA6ParserC8EncodingOtKF":{"name":"load(yaml:_:_:_:)","abstract":"\u003cp\u003eParse the first YAML document in a String"},"Functions.html#/s:4Yams11compose_all4yaml___AA12YamlSequenceVyAA4NodeOGSS_AA8ResolverCAA11ConstructorCAA6ParserC8EncodingOtKF":{"name":"compose_all(yaml:_:_:_:)","abstract":"\u003cp\u003eParse all YAML documents in a String"},"Functions.html#/s:4Yams7compose4yaml___AA4NodeOSgSS_AA8ResolverCAA11ConstructorCAA6ParserC8EncodingOtKF":{"name":"compose(yaml:_:_:_:)","abstract":"\u003cp\u003eParse the first YAML document in a String"},"Extensions/Optional.html#/s:Sq4YamsE11representedAA4NodeOyKF":{"name":"represented()","abstract":"\u003cp\u003eThis value\u0026rsquo;s \u003ccode\u003e\u003ca href=\"36f8f5912051ae747ef441d6511ca4cbEnums/Node.html#/s:4Yams4NodeO6scalarAC6ScalarVSgvp\"\u003eNode.scalar\u003c/a\u003e\u003c/code\u003e representation.\u003c/p\u003e","parent_name":"Optional"},"Extensions/BinaryInteger.html#/s:Sz4YamsE11representedAA4NodeO6ScalarVyF":{"name":"represented()","abstract":"\u003cp\u003eThis value\u0026rsquo;s \u003ccode\u003e\u003ca href=\"36f8f5912051ae747ef441d6511ca4cbEnums/Node.html#/s:4Yams4NodeO6scalarAC6ScalarVSgvp\"\u003eNode.scalar\u003c/a\u003e\u003c/code\u003e representation.\u003c/p\u003e","parent_name":"BinaryInteger"},"Extensions/Decoder.html#/s:s7DecoderP4YamsE4markAC4MarkVSgvp":{"name":"mark","abstract":"\u003cp\u003eThe \u003ccode\u003e\u003ca href=\"36f8f5912051ae747ef441d6511ca4cbStructs/Mark.html\"\u003eMark\u003c/a\u003e\u003c/code\u003e for the underlying \u003ccode\u003e\u003ca href=\"36f8f5912051ae747ef441d6511ca4cbEnums/Node.html\"\u003eNode\u003c/a\u003e\u003c/code\u003e that has been decoded.\u003c/p\u003e","parent_name":"Decoder"},"Extensions/URL.html#/s:10Foundation3URLV4YamsE9construct4fromACSgAD4NodeO6ScalarV_tFZ":{"name":"construct(from:)","abstract":"\u003cp\u003eConstruct an instance of \u003ccode\u003eURL\u003c/code\u003e, if possible, from the specified scalar.\u003c/p\u003e","parent_name":"URL"},"Extensions/URL.html#/s:10Foundation3URLV4YamsE11representedAD4NodeO6ScalarVyF":{"name":"represented()","abstract":"\u003cp\u003eThis value\u0026rsquo;s \u003ccode\u003e\u003ca href=\"36f8f5912051ae747ef441d6511ca4cbEnums/Node.html#/s:4Yams4NodeO6scalarAC6ScalarVSgvp\"\u003eNode.scalar\u003c/a\u003e\u003c/code\u003e representation.\u003c/p\u003e","parent_name":"URL"},"Extensions/Decimal.html#/s:So9NSDecimala4YamsE9construct4fromABSgAC4NodeO6ScalarV_tFZ":{"name":"construct(from:)","abstract":"\u003cp\u003eConstruct an instance of \u003ccode\u003eDecimal\u003c/code\u003e, if possible, from the specified scalar.\u003c/p\u003e","parent_name":"Decimal"},"Extensions/Decimal.html#/s:So9NSDecimala4YamsE11representedAC4NodeO6ScalarVyF":{"name":"represented()","abstract":"\u003cp\u003eThis value\u0026rsquo;s \u003ccode\u003e\u003ca href=\"36f8f5912051ae747ef441d6511ca4cbEnums/Node.html#/s:4Yams4NodeO6scalarAC6ScalarVSgvp\"\u003eNode.scalar\u003c/a\u003e\u003c/code\u003e representation.\u003c/p\u003e","parent_name":"Decimal"},"Extensions/FixedWidthInteger.html#/s:s17FixedWidthIntegerP4YamsSZRzrlE9construct4fromxSgAC4NodeO6ScalarV_tFZ":{"name":"construct(from:)","abstract":"\u003cp\u003eConstruct an instance of \u003ccode\u003eSelf\u003c/code\u003e, if possible, from the specified scalar.\u003c/p\u003e","parent_name":"FixedWidthInteger"},"Extensions/FixedWidthInteger.html#/s:s17FixedWidthIntegerP4YamsSURzrlE9construct4fromxSgAC4NodeO6ScalarV_tFZ":{"name":"construct(from:)","abstract":"\u003cp\u003eConstruct an instance of \u003ccode\u003eSelf\u003c/code\u003e, if possible, from the specified scalar.\u003c/p\u003e","parent_name":"FixedWidthInteger"},"Extensions/Array.html#/s:Sa4YamsE13construct_seq4fromSayypGAA4NodeO8SequenceV_tFZ":{"name":"construct_seq(from:)","abstract":"\u003cp\u003eConstruct an Array of \u003ccode\u003eAny\u003c/code\u003e from the specified \u003ccode\u003esequence\u003c/code\u003e.\u003c/p\u003e","parent_name":"Array"},"Extensions/Array.html#/s:Sa4YamsE14construct_omap4fromSayyp_yptGAA4NodeO8SequenceV_tFZ":{"name":"construct_omap(from:)","abstract":"\u003cp\u003eConstruct an \u0026ldquo;O-map\u0026rdquo; (array of \u003ccode\u003e(Any, Any)\u003c/code\u003e tuples) from the specified \u003ccode\u003esequence\u003c/code\u003e.\u003c/p\u003e","parent_name":"Array"},"Extensions/Array.html#/s:Sa4YamsE15construct_pairs4fromSayyp_yptGAA4NodeO8SequenceV_tFZ":{"name":"construct_pairs(from:)","abstract":"\u003cp\u003eConstruct an array of \u003ccode\u003e(Any, Any)\u003c/code\u003e tuples from the specified \u003ccode\u003esequence\u003c/code\u003e.\u003c/p\u003e","parent_name":"Array"},"Extensions/Array.html#/s:Sa4YamsE11representedAA4NodeOyKF":{"name":"represented()","abstract":"\u003cp\u003eThis value\u0026rsquo;s \u003ccode\u003e\u003ca href=\"36f8f5912051ae747ef441d6511ca4cbEnums/Node.html\"\u003eNode\u003c/a\u003e\u003c/code\u003e representation.\u003c/p\u003e","parent_name":"Array"},"Extensions/Set.html#/s:Sh4YamsE13construct_set4fromShys11AnyHashableVGSgAA4NodeO7MappingV_tFZ":{"name":"construct_set(from:)","abstract":"\u003cp\u003eConstruct a \u003ccode\u003eSet\u003c/code\u003e, if possible, from the specified mapping.\u003c/p\u003e","parent_name":"Set"},"Extensions/Dictionary.html#/s:SD4YamsE17construct_mapping4fromSDys11AnyHashableVypGSgAA4NodeO7MappingV_tFZ":{"name":"construct_mapping(from:)","abstract":"\u003cp\u003eConstruct a \u003ccode\u003eDictionary\u003c/code\u003e, if possible, from the specified mapping.\u003c/p\u003e","parent_name":"Dictionary"},"Extensions/Dictionary.html#/s:SD4YamsE11representedAA4NodeOyKF":{"name":"represented()","abstract":"\u003cp\u003eThis value\u0026rsquo;s \u003ccode\u003e\u003ca href=\"36f8f5912051ae747ef441d6511ca4cbEnums/Node.html\"\u003eNode\u003c/a\u003e\u003c/code\u003e representation.\u003c/p\u003e","parent_name":"Dictionary"},"Extensions/NSNull.html#/s:So6NSNullC4YamsE9construct4fromABSgAC4NodeO6ScalarV_tFZ":{"name":"construct(from:)","abstract":"\u003cp\u003eConstruct an instance of \u003ccode\u003eNSNull\u003c/code\u003e, if possible, from the specified scalar.\u003c/p\u003e","parent_name":"NSNull"},"Extensions/NSNull.html#/s:So6NSNullC4YamsE11representedAC4NodeO6ScalarVyF":{"name":"represented()","abstract":"\u003cp\u003eThis value\u0026rsquo;s \u003ccode\u003e\u003ca href=\"36f8f5912051ae747ef441d6511ca4cbEnums/Node.html#/s:4Yams4NodeO6scalarAC6ScalarVSgvp\"\u003eNode.scalar\u003c/a\u003e\u003c/code\u003e representation.\u003c/p\u003e","parent_name":"NSNull"},"Extensions/String.html#/s:SS4YamsE9construct4fromSSSgAA4NodeO6ScalarV_tFZ":{"name":"construct(from:)","abstract":"\u003cp\u003eConstruct an instance of \u003ccode\u003eString\u003c/code\u003e, if possible, from the specified scalar.\u003c/p\u003e","parent_name":"String"},"Extensions/String.html#/s:SS4YamsE9construct4fromSSSgAA4NodeO_tFZ":{"name":"construct(from:)","abstract":"\u003cp\u003eConstruct an instance of \u003ccode\u003eString\u003c/code\u003e, if possible, from the specified \u003ccode\u003e\u003ca href=\"36f8f5912051ae747ef441d6511ca4cbEnums/Node.html\"\u003eNode\u003c/a\u003e\u003c/code\u003e.\u003c/p\u003e","parent_name":"String"},"Extensions/String.html#/s:SS4YamsE11representedAA4NodeO6ScalarVyF":{"name":"represented()","abstract":"\u003cp\u003eThis value\u0026rsquo;s \u003ccode\u003e\u003ca href=\"36f8f5912051ae747ef441d6511ca4cbEnums/Node.html#/s:4Yams4NodeO6scalarAC6ScalarVSgvp\"\u003eNode.scalar\u003c/a\u003e\u003c/code\u003e representation.\u003c/p\u003e","parent_name":"String"},"Extensions/UInt64.html#/s:s6UInt64V4YamsE9construct4fromABSgAC4NodeO6ScalarV_tFZ":{"name":"construct(from:)","abstract":"\u003cp\u003eConstruct an instance of \u003ccode\u003eUInt64\u003c/code\u003e, if possible, from the specified scalar.\u003c/p\u003e","parent_name":"UInt64"},"Extensions/Int64.html#/s:s5Int64V4YamsE9construct4fromABSgAC4NodeO6ScalarV_tFZ":{"name":"construct(from:)","abstract":"\u003cp\u003eConstruct an instance of \u003ccode\u003eInt64\u003c/code\u003e, if possible, from the specified scalar.\u003c/p\u003e","parent_name":"Int64"},"Extensions/UInt.html#/s:Su4YamsE9construct4fromSuSgAA4NodeO6ScalarV_tFZ":{"name":"construct(from:)","abstract":"\u003cp\u003eConstruct an instance of \u003ccode\u003eUInt\u003c/code\u003e, if possible, from the specified scalar.\u003c/p\u003e","parent_name":"UInt"},"Extensions/Int.html#/s:Si4YamsE9construct4fromSiSgAA4NodeO6ScalarV_tFZ":{"name":"construct(from:)","abstract":"\u003cp\u003eConstruct an instance of \u003ccode\u003eInt\u003c/code\u003e, if possible, from the specified scalar.\u003c/p\u003e","parent_name":"Int"},"Extensions/Float.html#/s:Sf4YamsE11representedAA4NodeO6ScalarVyF":{"name":"represented()","abstract":"\u003cp\u003eThis value\u0026rsquo;s \u003ccode\u003e\u003ca href=\"36f8f5912051ae747ef441d6511ca4cbEnums/Node.html#/s:4Yams4NodeO6scalarAC6ScalarVSgvp\"\u003eNode.scalar\u003c/a\u003e\u003c/code\u003e representation.\u003c/p\u003e","parent_name":"Float"},"Extensions/Float.html#/s:Sf4YamsE3boxAA4NodeOyF":{"name":"box()","abstract":"\u003cp\u003eReturns this value wrapped in a \u003ccode\u003e\u003ca href=\"36f8f5912051ae747ef441d6511ca4cbEnums/Node.html#/s:4Yams4NodeO6scalarAC6ScalarVSgvp\"\u003eNode.scalar\u003c/a\u003e\u003c/code\u003e.\u003c/p\u003e","parent_name":"Float"},"Extensions/Double.html#/s:Sd4YamsE11representedAA4NodeO6ScalarVyF":{"name":"represented()","abstract":"\u003cp\u003eThis value\u0026rsquo;s \u003ccode\u003e\u003ca href=\"36f8f5912051ae747ef441d6511ca4cbEnums/Node.html#/s:4Yams4NodeO6scalarAC6ScalarVSgvp\"\u003eNode.scalar\u003c/a\u003e\u003c/code\u003e representation.\u003c/p\u003e","parent_name":"Double"},"Extensions/Double.html#/s:Sd4YamsE3boxAA4NodeOyF":{"name":"box()","abstract":"\u003cp\u003eReturns this value wrapped in a \u003ccode\u003e\u003ca href=\"36f8f5912051ae747ef441d6511ca4cbEnums/Node.html#/s:4Yams4NodeO6scalarAC6ScalarVSgvp\"\u003eNode.scalar\u003c/a\u003e\u003c/code\u003e.\u003c/p\u003e","parent_name":"Double"},"Extensions/Date.html#/s:10Foundation4DateV4YamsE9construct4fromACSgAD4NodeO6ScalarV_tFZ":{"name":"construct(from:)","abstract":"\u003cp\u003eConstruct an instance of \u003ccode\u003eDate\u003c/code\u003e, if possible, from the specified scalar.\u003c/p\u003e","parent_name":"Date"},"Extensions/Date.html#/s:10Foundation4DateV4YamsE11representedAD4NodeO6ScalarVyF":{"name":"represented()","abstract":"\u003cp\u003eThis value\u0026rsquo;s \u003ccode\u003e\u003ca href=\"36f8f5912051ae747ef441d6511ca4cbEnums/Node.html#/s:4Yams4NodeO6scalarAC6ScalarVSgvp\"\u003eNode.scalar\u003c/a\u003e\u003c/code\u003e representation.\u003c/p\u003e","parent_name":"Date"},"Extensions/Date.html#/s:10Foundation4DateV4YamsE3boxAD4NodeOyF":{"name":"box()","abstract":"\u003cp\u003eReturns this value wrapped in a \u003ccode\u003e\u003ca href=\"36f8f5912051ae747ef441d6511ca4cbEnums/Node.html#/s:4Yams4NodeO6scalarAC6ScalarVSgvp\"\u003eNode.scalar\u003c/a\u003e\u003c/code\u003e.\u003c/p\u003e","parent_name":"Date"},"Extensions/Data.html#/s:10Foundation4DataV4YamsE9construct4fromACSgAD4NodeO6ScalarV_tFZ":{"name":"construct(from:)","abstract":"\u003cp\u003eConstruct an instance of \u003ccode\u003eData\u003c/code\u003e, if possible, from the specified scalar.\u003c/p\u003e","parent_name":"Data"},"Extensions/Data.html#/s:10Foundation4DataV4YamsE11representedAD4NodeO6ScalarVyF":{"name":"represented()","abstract":"\u003cp\u003eThis value\u0026rsquo;s \u003ccode\u003e\u003ca href=\"36f8f5912051ae747ef441d6511ca4cbEnums/Node.html#/s:4Yams4NodeO6scalarAC6ScalarVSgvp\"\u003eNode.scalar\u003c/a\u003e\u003c/code\u003e representation.\u003c/p\u003e","parent_name":"Data"},"Extensions/Bool.html#/s:Sb4YamsE9construct4fromSbSgAA4NodeO6ScalarV_tFZ":{"name":"construct(from:)","abstract":"\u003cp\u003eConstruct an instance of \u003ccode\u003eBool\u003c/code\u003e, if possible, from the specified scalar.\u003c/p\u003e","parent_name":"Bool"},"Extensions/Bool.html#/s:Sb4YamsE11representedAA4NodeO6ScalarVyF":{"name":"represented()","abstract":"\u003cp\u003eThis value\u0026rsquo;s \u003ccode\u003e\u003ca href=\"36f8f5912051ae747ef441d6511ca4cbEnums/Node.html#/s:4Yams4NodeO6scalarAC6ScalarVSgvp\"\u003eNode.scalar\u003c/a\u003e\u003c/code\u003e representation.\u003c/p\u003e","parent_name":"Bool"},"Extensions/UUID.html#/s:10Foundation4UUIDV4YamsE9construct4fromACSgAD4NodeO6ScalarV_tFZ":{"name":"construct(from:)","abstract":"\u003cp\u003eConstruct an instance of \u003ccode\u003eUUID\u003c/code\u003e, if possible, from the specified scalar.\u003c/p\u003e","parent_name":"UUID"},"Extensions/UUID.html#/s:10Foundation4UUIDV4YamsE11representedAD4NodeO6ScalarVyF":{"name":"represented()","abstract":"\u003cp\u003eThis value\u0026rsquo;s \u003ccode\u003e\u003ca href=\"36f8f5912051ae747ef441d6511ca4cbEnums/Node.html#/s:4Yams4NodeO6scalarAC6ScalarVSgvp\"\u003eNode.scalar\u003c/a\u003e\u003c/code\u003e representation.\u003c/p\u003e","parent_name":"UUID"},"Extensions/UUID.html":{"name":"UUID"},"Extensions/Bool.html":{"name":"Bool"},"Extensions/Data.html":{"name":"Data"},"Extensions/Date.html":{"name":"Date"},"Extensions/Double.html":{"name":"Double"},"Extensions/Float.html":{"name":"Float"},"Extensions/Int.html":{"name":"Int"},"Extensions/UInt.html":{"name":"UInt"},"Extensions/Int64.html":{"name":"Int64"},"Extensions/UInt64.html":{"name":"UInt64"},"Extensions/String.html":{"name":"String"},"Extensions/NSNull.html":{"name":"NSNull"},"Extensions/Dictionary.html":{"name":"Dictionary"},"Extensions/Set.html":{"name":"Set"},"Extensions/Array.html":{"name":"Array"},"Extensions/FixedWidthInteger.html":{"name":"FixedWidthInteger"},"Extensions.html#/s:s4Int8V":{"name":"Int8"},"Extensions.html#/s:s5Int16V":{"name":"Int16"},"Extensions.html#/s:s5Int32V":{"name":"Int32"},"Extensions.html#/s:s5UInt8V":{"name":"UInt8"},"Extensions.html#/s:s6UInt16V":{"name":"UInt16"},"Extensions.html#/s:s6UInt32V":{"name":"UInt32"},"Extensions/Decimal.html":{"name":"Decimal"},"Extensions/URL.html":{"name":"URL"},"Extensions/Decoder.html":{"name":"Decoder"},"Extensions/BinaryInteger.html":{"name":"BinaryInteger"},"Extensions/Optional.html":{"name":"Optional"},"Enums/YamlError/Context.html#/s:4Yams9YamlErrorO7ContextV4textSSvp":{"name":"text","abstract":"\u003cp\u003eContext text.\u003c/p\u003e","parent_name":"Context"},"Enums/YamlError/Context.html#/s:4Yams9YamlErrorO7ContextV4markAA4MarkVvp":{"name":"mark","abstract":"\u003cp\u003eContext position.\u003c/p\u003e","parent_name":"Context"},"Enums/YamlError/Context.html#/s:4Yams9YamlErrorO7ContextV11descriptionSSvp":{"name":"description","abstract":"\u003cp\u003eA textual representation of this instance.\u003c/p\u003e","parent_name":"Context"},"Enums/YamlError.html#/s:4Yams9YamlErrorO2noyA2CmF":{"name":"no","abstract":"\u003cp\u003e\u003ccode\u003eYAML_NO_ERROR\u003c/code\u003e. No error is produced.\u003c/p\u003e","parent_name":"YamlError"},"Enums/YamlError.html#/s:4Yams9YamlErrorO6memoryyA2CmF":{"name":"memory","abstract":"\u003cp\u003e\u003ccode\u003eYAML_MEMORY_ERROR\u003c/code\u003e. Cannot allocate or reallocate a block of memory.\u003c/p\u003e","parent_name":"YamlError"},"Enums/YamlError.html#/s:4Yams9YamlErrorO6readeryACSS_SiSgs5Int32VSStcACmF":{"name":"reader(problem:offset:value:yaml:)","abstract":"\u003cp\u003e\u003ccode\u003eYAML_READER_ERROR\u003c/code\u003e. Cannot read or decode the input stream.\u003c/p\u003e","parent_name":"YamlError"},"Enums/YamlError.html#/s:4Yams9YamlErrorO7scanneryA2C7ContextVSg_SSAA4MarkVSStcACmF":{"name":"scanner(context:problem:_:yaml:)","abstract":"\u003cp\u003e\u003ccode\u003eYAML_SCANNER_ERROR\u003c/code\u003e. Cannot scan the input stream.\u003c/p\u003e","parent_name":"YamlError"},"Enums/YamlError.html#/s:4Yams9YamlErrorO6parseryA2C7ContextVSg_SSAA4MarkVSStcACmF":{"name":"parser(context:problem:_:yaml:)","abstract":"\u003cp\u003e\u003ccode\u003eYAML_PARSER_ERROR\u003c/code\u003e. Cannot parse the input stream.\u003c/p\u003e","parent_name":"YamlError"},"Enums/YamlError.html#/s:4Yams9YamlErrorO8composeryA2C7ContextVSg_SSAA4MarkVSStcACmF":{"name":"composer(context:problem:_:yaml:)","abstract":"\u003cp\u003e\u003ccode\u003eYAML_COMPOSER_ERROR\u003c/code\u003e. Cannot compose a YAML document.\u003c/p\u003e","parent_name":"YamlError"},"Enums/YamlError.html#/s:4Yams9YamlErrorO6writeryACSS_tcACmF":{"name":"writer(problem:)","abstract":"\u003cp\u003e\u003ccode\u003eYAML_WRITER_ERROR\u003c/code\u003e. Cannot write to the output stream.\u003c/p\u003e","parent_name":"YamlError"},"Enums/YamlError.html#/s:4Yams9YamlErrorO7emitteryACSS_tcACmF":{"name":"emitter(problem:)","abstract":"\u003cp\u003e\u003ccode\u003eYAML_EMITTER_ERROR\u003c/code\u003e. Cannot emit a YAML stream.\u003c/p\u003e","parent_name":"YamlError"},"Enums/YamlError.html#/s:4Yams9YamlErrorO11representeryACSS_tcACmF":{"name":"representer(problem:)","abstract":"\u003cp\u003eUsed in \u003ccode\u003e\u003ca href=\"36f8f5912051ae747ef441d6511ca4cbProtocols/NodeRepresentable.html\"\u003eNodeRepresentable\u003c/a\u003e\u003c/code\u003e.\u003c/p\u003e","parent_name":"YamlError"},"Enums/YamlError.html#/s:4Yams9YamlErrorO21dataCouldNotBeDecodedyACSS10FoundationE8EncodingV_tcACmF":{"name":"dataCouldNotBeDecoded(encoding:)","abstract":"\u003cp\u003eString data could not be decoded with the specified encoding.\u003c/p\u003e","parent_name":"YamlError"},"Enums/YamlError/Context.html":{"name":"Context","abstract":"\u003cp\u003eThe error context.\u003c/p\u003e","parent_name":"YamlError"},"Enums/YamlError.html#/s:4Yams9YamlErrorO11descriptionSSvp":{"name":"description","abstract":"\u003cp\u003eA textual representation of this instance.\u003c/p\u003e","parent_name":"YamlError"},"Enums/Node/Sequence/Style.html#/s:4Yams4NodeO8SequenceV5StyleO3anyyA2GmF":{"name":"any","abstract":"\u003cp\u003eLet the emitter choose the style.\u003c/p\u003e","parent_name":"Style"},"Enums/Node/Sequence/Style.html#/s:4Yams4NodeO8SequenceV5StyleO5blockyA2GmF":{"name":"block","abstract":"\u003cp\u003eThe block sequence style.\u003c/p\u003e","parent_name":"Style"},"Enums/Node/Sequence/Style.html#/s:4Yams4NodeO8SequenceV5StyleO4flowyA2GmF":{"name":"flow","abstract":"\u003cp\u003eThe flow sequence style.\u003c/p\u003e","parent_name":"Style"},"Enums/Node/Sequence.html#/s:4Yams4NodeO8SequenceV3tagAA3TagCvp":{"name":"tag","abstract":"\u003cp\u003eThis node\u0026rsquo;s tag (its type).\u003c/p\u003e","parent_name":"Sequence"},"Enums/Node/Sequence.html#/s:4Yams4NodeO8SequenceV5styleAE5StyleOvp":{"name":"style","abstract":"\u003cp\u003eThe style to be used when emitting this node.\u003c/p\u003e","parent_name":"Sequence"},"Enums/Node/Sequence.html#/s:4Yams4NodeO8SequenceV4markAA4MarkVSgvp":{"name":"mark","abstract":"\u003cp\u003eThe location for this node.\u003c/p\u003e","parent_name":"Sequence"},"Enums/Node/Sequence/Style.html":{"name":"Style","abstract":"\u003cp\u003eThe style to use when emitting a \u003ccode\u003e\u003ca href=\"36f8f5912051ae747ef441d6511ca4cbEnums/Node/Sequence.html\"\u003eSequence\u003c/a\u003e\u003c/code\u003e.\u003c/p\u003e","parent_name":"Sequence"},"Enums/Node/Sequence.html#/s:4Yams4NodeO8SequenceVyAESayACG_AA3TagCAE5StyleOAA4MarkVSgtcfc":{"name":"init(_:_:_:_:)","abstract":"\u003cp\u003eCreate a \u003ccode\u003eNode.Sequence\u003c/code\u003e using the specified parameters.\u003c/p\u003e","parent_name":"Sequence"},"Enums/Node/Scalar/Style.html#/s:4Yams4NodeO6ScalarV5StyleO3anyyA2GmF":{"name":"any","abstract":"\u003cp\u003eLet the emitter choose the style.\u003c/p\u003e","parent_name":"Style"},"Enums/Node/Scalar/Style.html#/s:4Yams4NodeO6ScalarV5StyleO5plainyA2GmF":{"name":"plain","abstract":"\u003cp\u003eThe plain scalar style.\u003c/p\u003e","parent_name":"Style"},"Enums/Node/Scalar/Style.html#/s:4Yams4NodeO6ScalarV5StyleO12singleQuotedyA2GmF":{"name":"singleQuoted","abstract":"\u003cp\u003eThe single-quoted scalar style.\u003c/p\u003e","parent_name":"Style"},"Enums/Node/Scalar/Style.html#/s:4Yams4NodeO6ScalarV5StyleO12doubleQuotedyA2GmF":{"name":"doubleQuoted","abstract":"\u003cp\u003eThe double-quoted scalar style.\u003c/p\u003e","parent_name":"Style"},"Enums/Node/Scalar/Style.html#/s:4Yams4NodeO6ScalarV5StyleO7literalyA2GmF":{"name":"literal","abstract":"\u003cp\u003eThe literal scalar style.\u003c/p\u003e","parent_name":"Style"},"Enums/Node/Scalar/Style.html#/s:4Yams4NodeO6ScalarV5StyleO6foldedyA2GmF":{"name":"folded","abstract":"\u003cp\u003eThe folded scalar style.\u003c/p\u003e","parent_name":"Style"},"Enums/Node/Scalar.html#/s:4Yams4NodeO6ScalarV6stringSSvp":{"name":"string","abstract":"\u003cp\u003eThis node\u0026rsquo;s string value.\u003c/p\u003e","parent_name":"Scalar"},"Enums/Node/Scalar.html#/s:4Yams4NodeO6ScalarV3tagAA3TagCvp":{"name":"tag","abstract":"\u003cp\u003eThis node\u0026rsquo;s tag (its type).\u003c/p\u003e","parent_name":"Scalar"},"Enums/Node/Scalar.html#/s:4Yams4NodeO6ScalarV5styleAE5StyleOvp":{"name":"style","abstract":"\u003cp\u003eThe style to be used when emitting this node.\u003c/p\u003e","parent_name":"Scalar"},"Enums/Node/Scalar.html#/s:4Yams4NodeO6ScalarV4markAA4MarkVSgvp":{"name":"mark","abstract":"\u003cp\u003eThe location for this node.\u003c/p\u003e","parent_name":"Scalar"},"Enums/Node/Scalar/Style.html":{"name":"Style","abstract":"\u003cp\u003eThe style to use when emitting a \u003ccode\u003e\u003ca href=\"36f8f5912051ae747ef441d6511ca4cbEnums/Node/Scalar.html\"\u003eScalar\u003c/a\u003e\u003c/code\u003e.\u003c/p\u003e","parent_name":"Scalar"},"Enums/Node/Scalar.html#/s:4Yams4NodeO6ScalarVyAESS_AA3TagCAE5StyleOAA4MarkVSgtcfc":{"name":"init(_:_:_:_:)","abstract":"\u003cp\u003eCreate a \u003ccode\u003eNode.Scalar\u003c/code\u003e using the specified parameters.\u003c/p\u003e","parent_name":"Scalar"},"Enums/Node/Mapping/Style.html#/s:4Yams4NodeO7MappingV5StyleO3anyyA2GmF":{"name":"any","abstract":"\u003cp\u003eLet the emitter choose the style.\u003c/p\u003e","parent_name":"Style"},"Enums/Node/Mapping/Style.html#/s:4Yams4NodeO7MappingV5StyleO5blockyA2GmF":{"name":"block","abstract":"\u003cp\u003eThe block mapping style.\u003c/p\u003e","parent_name":"Style"},"Enums/Node/Mapping/Style.html#/s:4Yams4NodeO7MappingV5StyleO4flowyA2GmF":{"name":"flow","abstract":"\u003cp\u003eThe flow mapping style.\u003c/p\u003e","parent_name":"Style"},"Enums/Node/Mapping.html#/s:4Yams4NodeO7MappingV3tagAA3TagCvp":{"name":"tag","abstract":"\u003cp\u003eThis mapping\u0026rsquo;s \u003ccode\u003e\u003ca href=\"36f8f5912051ae747ef441d6511ca4cbClasses/Tag.html\"\u003eTag\u003c/a\u003e\u003c/code\u003e.\u003c/p\u003e","parent_name":"Mapping"},"Enums/Node/Mapping.html#/s:4Yams4NodeO7MappingV5styleAE5StyleOvp":{"name":"style","abstract":"\u003cp\u003eThe style to use when emitting this \u003ccode\u003eMapping\u003c/code\u003e.\u003c/p\u003e","parent_name":"Mapping"},"Enums/Node/Mapping.html#/s:4Yams4NodeO7MappingV4markAA4MarkVSgvp":{"name":"mark","abstract":"\u003cp\u003eThis mapping\u0026rsquo;s \u003ccode\u003e\u003ca href=\"36f8f5912051ae747ef441d6511ca4cbStructs/Mark.html\"\u003eMark\u003c/a\u003e\u003c/code\u003e.\u003c/p\u003e","parent_name":"Mapping"},"Enums/Node/Mapping/Style.html":{"name":"Style","abstract":"\u003cp\u003eThe style to use when emitting a \u003ccode\u003e\u003ca href=\"36f8f5912051ae747ef441d6511ca4cbEnums/Node/Mapping.html\"\u003eMapping\u003c/a\u003e\u003c/code\u003e.\u003c/p\u003e","parent_name":"Mapping"},"Enums/Node/Mapping.html#/s:4Yams4NodeO7MappingVyAESayAC_ACtG_AA3TagCAE5StyleOAA4MarkVSgtcfc":{"name":"init(_:_:_:_:)","abstract":"\u003cp\u003eCreate a \u003ccode\u003eNode.Mapping\u003c/code\u003e using the specified parameters.\u003c/p\u003e","parent_name":"Mapping"},"Enums/Node/Mapping.html#/s:4Yams4NodeO7MappingV5Indexa":{"name":"Index","abstract":"\u003cp\u003eThe index type for this mapping.\u003c/p\u003e","parent_name":"Mapping"},"Enums/Node/Mapping.html#/s:4Yams4NodeO7MappingV4keyss15LazyMapSequenceVyAeCGvp":{"name":"keys","abstract":"\u003cp\u003eThis mapping\u0026rsquo;s keys. Similar to \u003ccode\u003eDictionary.keys\u003c/code\u003e.\u003c/p\u003e","parent_name":"Mapping"},"Enums/Node/Mapping.html#/s:4Yams4NodeO7MappingV6valuess15LazyMapSequenceVyAeCGvp":{"name":"values","abstract":"\u003cp\u003eThis mapping\u0026rsquo;s values. Similar to \u003ccode\u003eDictionary.values\u003c/code\u003e.\u003c/p\u003e","parent_name":"Mapping"},"Enums/Node/Mapping.html#/s:4Yams4NodeO7MappingVyACSgSScip":{"name":"subscript(_:)","abstract":"\u003cp\u003eSet or get the \u003ccode\u003e\u003ca href=\"36f8f5912051ae747ef441d6511ca4cbEnums/Node.html\"\u003eNode\u003c/a\u003e\u003c/code\u003e for the specified string\u0026rsquo;s \u003ccode\u003e\u003ca href=\"36f8f5912051ae747ef441d6511ca4cbEnums/Node.html\"\u003eNode\u003c/a\u003e\u003c/code\u003e representation.\u003c/p\u003e","parent_name":"Mapping"},"Enums/Node/Mapping.html#/s:4Yams4NodeO7MappingVyACSgACcip":{"name":"subscript(_:)","abstract":"\u003cp\u003eSet or get the specified \u003ccode\u003e\u003ca href=\"36f8f5912051ae747ef441d6511ca4cbEnums/Node.html\"\u003eNode\u003c/a\u003e\u003c/code\u003e.\u003c/p\u003e","parent_name":"Mapping"},"Enums/Node/Mapping.html#/s:4Yams4NodeO7MappingV5index6forKeySiSgAC_tF":{"name":"index(forKey:)","abstract":"\u003cp\u003eGet the index of the specified \u003ccode\u003e\u003ca href=\"36f8f5912051ae747ef441d6511ca4cbEnums/Node.html\"\u003eNode\u003c/a\u003e\u003c/code\u003e, if it exists in the mapping.\u003c/p\u003e","parent_name":"Mapping"},"Enums/Node.html#/s:4Yams4NodeO6scalaryA2C6ScalarVcACmF":{"name":"scalar(_:)","abstract":"\u003cp\u003eScalar node.\u003c/p\u003e","parent_name":"Node"},"Enums/Node.html#/s:4Yams4NodeO7mappingyA2C7MappingVcACmF":{"name":"mapping(_:)","abstract":"\u003cp\u003eMapping node.\u003c/p\u003e","parent_name":"Node"},"Enums/Node.html#/s:4Yams4NodeO8sequenceyA2C8SequenceVcACmF":{"name":"sequence(_:)","abstract":"\u003cp\u003eSequence node.\u003c/p\u003e","parent_name":"Node"},"Enums/Node/Mapping.html":{"name":"Mapping","abstract":"\u003cp\u003eA mapping is the YAML equivalent of a \u003ccode\u003eDictionary\u003c/code\u003e.\u003c/p\u003e","parent_name":"Node"},"Enums/Node.html#/s:4Yams4NodeO7mappingAC7MappingVSgvp":{"name":"mapping","abstract":"\u003cp\u003eGet or set the \u003ccode\u003e\u003ca href=\"36f8f5912051ae747ef441d6511ca4cbEnums/Node/Mapping.html\"\u003eNode.Mapping\u003c/a\u003e\u003c/code\u003e value if this node is a \u003ccode\u003eNode.mapping\u003c/code\u003e.\u003c/p\u003e","parent_name":"Node"},"Enums/Node/Scalar.html":{"name":"Scalar","abstract":"\u003cp\u003eScalar node.\u003c/p\u003e","parent_name":"Node"},"Enums/Node.html#/s:4Yams4NodeO6scalarAC6ScalarVSgvp":{"name":"scalar","abstract":"\u003cp\u003eGet or set the \u003ccode\u003e\u003ca href=\"36f8f5912051ae747ef441d6511ca4cbEnums/Node/Scalar.html\"\u003eNode.Scalar\u003c/a\u003e\u003c/code\u003e value if this node is a \u003ccode\u003eNode.scalar\u003c/code\u003e.\u003c/p\u003e","parent_name":"Node"},"Enums/Node/Sequence.html":{"name":"Sequence","abstract":"\u003cp\u003eSequence node.\u003c/p\u003e","parent_name":"Node"},"Enums/Node.html#/s:4Yams4NodeO8sequenceAC8SequenceVSgvp":{"name":"sequence","abstract":"\u003cp\u003eGet or set the \u003ccode\u003e\u003ca href=\"36f8f5912051ae747ef441d6511ca4cbEnums/Node/Sequence.html\"\u003eNode.Sequence\u003c/a\u003e\u003c/code\u003e value if this node is a \u003ccode\u003eNode.sequence\u003c/code\u003e.\u003c/p\u003e","parent_name":"Node"},"Enums/Node.html#/s:4Yams4NodeOyACSS_AA3TagCAC6ScalarV5StyleOtcfc":{"name":"init(_:_:_:)","abstract":"\u003cp\u003eCreate a \u003ccode\u003e\u003ca href=\"36f8f5912051ae747ef441d6511ca4cbEnums/Node.html#/s:4Yams4NodeO6scalarAC6ScalarVSgvp\"\u003eNode.scalar\u003c/a\u003e\u003c/code\u003e with a string, tag \u0026amp; scalar style.\u003c/p\u003e","parent_name":"Node"},"Enums/Node.html#/s:4Yams4NodeOyACSayAC_ACtG_AA3TagCAC7MappingV5StyleOtcfc":{"name":"init(_:_:_:)","abstract":"\u003cp\u003eCreate a \u003ccode\u003e\u003ca href=\"36f8f5912051ae747ef441d6511ca4cbEnums/Node.html#/s:4Yams4NodeO7mappingAC7MappingVSgvp\"\u003eNode.mapping\u003c/a\u003e\u003c/code\u003e with a sequence of node pairs, tag \u0026amp; scalar style.\u003c/p\u003e","parent_name":"Node"},"Enums/Node.html#/s:4Yams4NodeOyACSayACG_AA3TagCAC8SequenceV5StyleOtcfc":{"name":"init(_:_:_:)","abstract":"\u003cp\u003eCreate a \u003ccode\u003e\u003ca href=\"36f8f5912051ae747ef441d6511ca4cbEnums/Node.html#/s:4Yams4NodeO8sequenceAC8SequenceVSgvp\"\u003eNode.sequence\u003c/a\u003e\u003c/code\u003e with a sequence of nodes, tag \u0026amp; scalar style.\u003c/p\u003e","parent_name":"Node"},"Enums/Node.html#/s:4Yams4NodeO3tagAA3TagCvp":{"name":"tag","abstract":"\u003cp\u003eThe tag for this node.\u003c/p\u003e","parent_name":"Node"},"Enums/Node.html#/s:4Yams4NodeO4markAA4MarkVSgvp":{"name":"mark","abstract":"\u003cp\u003eThe location for this node.\u003c/p\u003e","parent_name":"Node"},"Enums/Node.html#/s:4Yams4NodeO3anyypvp":{"name":"any","abstract":"\u003cp\u003eThis node as an \u003ccode\u003eAny\u003c/code\u003e, if convertible.\u003c/p\u003e","parent_name":"Node"},"Enums/Node.html#/s:4Yams4NodeO6stringSSSgvp":{"name":"string","abstract":"\u003cp\u003eThis node as a \u003ccode\u003eString\u003c/code\u003e, if convertible.\u003c/p\u003e","parent_name":"Node"},"Enums/Node.html#/s:4Yams4NodeO4boolSbSgvp":{"name":"bool","abstract":"\u003cp\u003eThis node as a \u003ccode\u003eBool\u003c/code\u003e, if convertible.\u003c/p\u003e","parent_name":"Node"},"Enums/Node.html#/s:4Yams4NodeO5floatSdSgvp":{"name":"float","abstract":"\u003cp\u003eThis node as a \u003ccode\u003eDouble\u003c/code\u003e, if convertible.\u003c/p\u003e","parent_name":"Node"},"Enums/Node.html#/s:4Yams4NodeO4nullSo6NSNullCSgvp":{"name":"null","abstract":"\u003cp\u003eThis node as an \u003ccode\u003eNSNull\u003c/code\u003e, if convertible.\u003c/p\u003e","parent_name":"Node"},"Enums/Node.html#/s:4Yams4NodeO3intSiSgvp":{"name":"int","abstract":"\u003cp\u003eThis node as an \u003ccode\u003eInt\u003c/code\u003e, if convertible.\u003c/p\u003e","parent_name":"Node"},"Enums/Node.html#/s:4Yams4NodeO6binary10Foundation4DataVSgvp":{"name":"binary","abstract":"\u003cp\u003eThis node as a \u003ccode\u003eData\u003c/code\u003e, if convertible.\u003c/p\u003e","parent_name":"Node"},"Enums/Node.html#/s:4Yams4NodeO9timestamp10Foundation4DateVSgvp":{"name":"timestamp","abstract":"\u003cp\u003eThis node as a \u003ccode\u003eDate\u003c/code\u003e, if convertible.\u003c/p\u003e","parent_name":"Node"},"Enums/Node.html#/s:4Yams4NodeO4uuid10Foundation4UUIDVSgvp":{"name":"uuid","abstract":"\u003cp\u003eThis node as a \u003ccode\u003eUUID\u003c/code\u003e, if convertible.\u003c/p\u003e","parent_name":"Node"},"Enums/Node.html#/s:4Yams4NodeO5arraySayACGyF":{"name":"array()","abstract":"\u003cp\u003eReturns this node mapped as an \u003ccode\u003eArray\u0026lt;Node\u0026gt;\u003c/code\u003e. If the node isn\u0026rsquo;t a \u003ccode\u003e\u003ca href=\"36f8f5912051ae747ef441d6511ca4cbEnums/Node.html#/s:4Yams4NodeO8sequenceAC8SequenceVSgvp\"\u003eNode.sequence\u003c/a\u003e\u003c/code\u003e, the array will be","parent_name":"Node"},"Enums/Node.html#/s:4Yams4NodeO5array2ofSayxGxm_tAA19ScalarConstructibleRzlF":{"name":"array(of:)","abstract":"\u003cp\u003eTyped Array using type parameter: e.g. \u003ccode\u003earray(of: String.self)\u003c/code\u003e.\u003c/p\u003e","parent_name":"Node"},"Enums/Node.html#/s:4Yams4NodeOyACSgACcip":{"name":"subscript(_:)","abstract":"\u003cp\u003eIf the node is a \u003ccode\u003e\u003ca href=\"36f8f5912051ae747ef441d6511ca4cbEnums/Node.html#/s:4Yams4NodeO8sequenceAC8SequenceVSgvp\"\u003e.sequence\u003c/a\u003e\u003c/code\u003e or \u003ccode\u003e\u003ca href=\"36f8f5912051ae747ef441d6511ca4cbEnums/Node.html#/s:4Yams4NodeO7mappingAC7MappingVSgvp\"\u003e.mapping\u003c/a\u003e\u003c/code\u003e, set or get the specified \u003ccode\u003eNode\u003c/code\u003e.","parent_name":"Node"},"Enums/Node.html#/s:4Yams4NodeOyACSgAA0B13Representable_pcip":{"name":"subscript(_:)","abstract":"\u003cp\u003eIf the node is a \u003ccode\u003e\u003ca href=\"36f8f5912051ae747ef441d6511ca4cbEnums/Node.html#/s:4Yams4NodeO8sequenceAC8SequenceVSgvp\"\u003e.sequence\u003c/a\u003e\u003c/code\u003e or \u003ccode\u003e\u003ca href=\"36f8f5912051ae747ef441d6511ca4cbEnums/Node.html#/s:4Yams4NodeO7mappingAC7MappingVSgvp\"\u003e.mapping\u003c/a\u003e\u003c/code\u003e, set or get the specified parameter\u0026rsquo;s \u003ccode\u003eNode\u003c/code\u003e","parent_name":"Node"},"Enums/Node.html#/s:4Yams4NodeOyACSgSScip":{"name":"subscript(_:)","abstract":"\u003cp\u003eIf the node is a \u003ccode\u003e\u003ca href=\"36f8f5912051ae747ef441d6511ca4cbEnums/Node.html#/s:4Yams4NodeO8sequenceAC8SequenceVSgvp\"\u003e.sequence\u003c/a\u003e\u003c/code\u003e or \u003ccode\u003e\u003ca href=\"36f8f5912051ae747ef441d6511ca4cbEnums/Node.html#/s:4Yams4NodeO7mappingAC7MappingVSgvp\"\u003e.mapping\u003c/a\u003e\u003c/code\u003e, set or get the specified string\u0026rsquo;s \u003ccode\u003eNode\u003c/code\u003e representation.","parent_name":"Node"},"Enums/Node.html#/s:4Yams4NodeO1loiySbAC_ACtFZ":{"name":"\u003c(_:_:)","abstract":"\u003cp\u003eReturns true if \u003ccode\u003elhs\u003c/code\u003e is ordered before \u003ccode\u003erhs\u003c/code\u003e.\u003c/p\u003e","parent_name":"Node"},"Enums/Node.html#/s:4Yams4NodeO12arrayLiteralA2Cd_tcfc":{"name":"init(arrayLiteral:)","abstract":"\u003cp\u003eCreate a \u003ccode\u003e\u003ca href=\"36f8f5912051ae747ef441d6511ca4cbEnums/Node.html#/s:4Yams4NodeO8sequenceAC8SequenceVSgvp\"\u003eNode.sequence\u003c/a\u003e\u003c/code\u003e from an array literal of \u003ccode\u003eNode\u003c/code\u003es.\u003c/p\u003e","parent_name":"Node"},"Enums/Node.html#/s:4Yams4NodeO12arrayLiteral5styleA2Cd_AC8SequenceV5StyleOtcfc":{"name":"init(arrayLiteral:style:)","abstract":"\u003cp\u003eCreate a \u003ccode\u003e\u003ca href=\"36f8f5912051ae747ef441d6511ca4cbEnums/Node.html#/s:4Yams4NodeO8sequenceAC8SequenceVSgvp\"\u003eNode.sequence\u003c/a\u003e\u003c/code\u003e from an array literal of \u003ccode\u003eNode\u003c/code\u003es and a default \u003ccode\u003eStyle\u003c/code\u003e to use for the array literal\u003c/p\u003e","parent_name":"Node"},"Enums/Node.html#/s:4Yams4NodeO17dictionaryLiteralA2C_ACtd_tcfc":{"name":"init(dictionaryLiteral:)","abstract":"\u003cp\u003eCreate a \u003ccode\u003e\u003ca href=\"36f8f5912051ae747ef441d6511ca4cbEnums/Node.html#/s:4Yams4NodeO7mappingAC7MappingVSgvp\"\u003eNode.mapping\u003c/a\u003e\u003c/code\u003e from a dictionary literal of \u003ccode\u003eNode\u003c/code\u003es.\u003c/p\u003e","parent_name":"Node"},"Enums/Node.html#/s:4Yams4NodeO17dictionaryLiteral5styleA2C_ACtd_AC7MappingV5StyleOtcfc":{"name":"init(dictionaryLiteral:style:)","abstract":"\u003cp\u003eCreate a \u003ccode\u003e\u003ca href=\"36f8f5912051ae747ef441d6511ca4cbEnums/Node.html#/s:4Yams4NodeO7mappingAC7MappingVSgvp\"\u003eNode.mapping\u003c/a\u003e\u003c/code\u003e from a dictionary literal of \u003ccode\u003eNode\u003c/code\u003es and a default \u003ccode\u003eStyle\u003c/code\u003e to use for the dictionary","parent_name":"Node"},"Enums/Node.html#/s:4Yams4NodeO12floatLiteralACSd_tcfc":{"name":"init(floatLiteral:)","abstract":"\u003cp\u003eCreate a \u003ccode\u003e\u003ca href=\"36f8f5912051ae747ef441d6511ca4cbEnums/Node.html#/s:4Yams4NodeO6scalarAC6ScalarVSgvp\"\u003eNode.scalar\u003c/a\u003e\u003c/code\u003e from a float literal.\u003c/p\u003e","parent_name":"Node"},"Enums/Node.html#/s:4Yams4NodeO14integerLiteralACSi_tcfc":{"name":"init(integerLiteral:)","abstract":"\u003cp\u003eCreate a \u003ccode\u003e\u003ca href=\"36f8f5912051ae747ef441d6511ca4cbEnums/Node.html#/s:4Yams4NodeO6scalarAC6ScalarVSgvp\"\u003eNode.scalar\u003c/a\u003e\u003c/code\u003e from an integer literal.\u003c/p\u003e","parent_name":"Node"},"Enums/Node.html#/s:4Yams4NodeO13stringLiteralACSS_tcfc":{"name":"init(stringLiteral:)","abstract":"\u003cp\u003eCreate a \u003ccode\u003e\u003ca href=\"36f8f5912051ae747ef441d6511ca4cbEnums/Node.html#/s:4Yams4NodeO6scalarAC6ScalarVSgvp\"\u003eNode.scalar\u003c/a\u003e\u003c/code\u003e from a string literal.\u003c/p\u003e","parent_name":"Node"},"Enums/Node.html#/s:4Yams4NodeOyACxKcAA0B13RepresentableRzlufc":{"name":"init(_:)","abstract":"\u003cp\u003eInitialize a \u003ccode\u003eNode\u003c/code\u003e with a value of \u003ccode\u003e\u003ca href=\"36f8f5912051ae747ef441d6511ca4cbProtocols/NodeRepresentable.html\"\u003eNodeRepresentable\u003c/a\u003e\u003c/code\u003e.\u003c/p\u003e","parent_name":"Node"},"Enums/Node.html#/s:4Yams4NodeO11representedACyKF":{"name":"represented()","abstract":"\u003cp\u003eThis value\u0026rsquo;s \u003ccode\u003eNode\u003c/code\u003e representation.\u003c/p\u003e","parent_name":"Node"},"Enums/Node.html":{"name":"Node","abstract":"\u003cp\u003eYAML Node.\u003c/p\u003e"},"Enums/YamlError.html":{"name":"YamlError","abstract":"\u003cp\u003eErrors thrown by Yams APIs.\u003c/p\u003e"},"Classes/Tag/Name.html#/s:4Yams3TagC4NameV8rawValueSSvp":{"name":"rawValue","abstract":"\u003cp\u003eThis \u003ccode\u003eTag.Name\u003c/code\u003e\u0026lsquo;s raw string value.\u003c/p\u003e","parent_name":"Name"},"Classes/Tag/Name.html#/s:4Yams3TagC4NameV8rawValueAESS_tcfc":{"name":"init(rawValue:)","abstract":"\u003cp\u003eCreate a \u003ccode\u003eTag.Name\u003c/code\u003e with a raw string value.\u003c/p\u003e","parent_name":"Name"},"Classes/Tag/Name.html#/s:4Yams3TagC4NameV8implicitAEvpZ":{"name":"implicit","abstract":"\u003cp\u003eTag should be resolved by value.\u003c/p\u003e","parent_name":"Name"},"Classes/Tag/Name.html#/s:4Yams3TagC4NameV11nonSpecificAEvpZ":{"name":"nonSpecific","abstract":"\u003cp\u003eTag should not be resolved by value, and be resolved as .str, .seq or .map.\u003c/p\u003e","parent_name":"Name"},"Classes/Tag/Name.html#/s:4Yams3TagC4NameV3strAEvpZ":{"name":"str","abstract":"\u003cp\u003e\u0026ldquo;tag:yaml.org,2002:str\u0026rdquo; \u003ca href=\"http://yaml.org/type/str.html\"\u003ehttp://yaml.org/type/str.html\u003c/a\u003e\u003c/p\u003e","parent_name":"Name"},"Classes/Tag/Name.html#/s:4Yams3TagC4NameV3seqAEvpZ":{"name":"seq","abstract":"\u003cp\u003e\u0026ldquo;tag:yaml.org,2002:seq\u0026rdquo; \u003ca href=\"http://yaml.org/type/seq.html\"\u003ehttp://yaml.org/type/seq.html\u003c/a\u003e\u003c/p\u003e","parent_name":"Name"},"Classes/Tag/Name.html#/s:4Yams3TagC4NameV3mapAEvpZ":{"name":"map","abstract":"\u003cp\u003e\u0026ldquo;tag:yaml.org,2002:map\u0026rdquo; \u003ca href=\"http://yaml.org/type/map.html\"\u003ehttp://yaml.org/type/map.html\u003c/a\u003e\u003c/p\u003e","parent_name":"Name"},"Classes/Tag/Name.html#/s:4Yams3TagC4NameV4boolAEvpZ":{"name":"bool","abstract":"\u003cp\u003e\u0026ldquo;tag:yaml.org,2002:bool\u0026rdquo; \u003ca href=\"http://yaml.org/type/bool.html\"\u003ehttp://yaml.org/type/bool.html\u003c/a\u003e\u003c/p\u003e","parent_name":"Name"},"Classes/Tag/Name.html#/s:4Yams3TagC4NameV5floatAEvpZ":{"name":"float","abstract":"\u003cp\u003e\u0026ldquo;tag:yaml.org,2002:float\u0026rdquo; \u003ca href=\"http://yaml.org/type/float.html\"\u003ehttp://yaml.org/type/float.html\u003c/a\u003e\u003c/p\u003e","parent_name":"Name"},"Classes/Tag/Name.html#/s:4Yams3TagC4NameV4nullAEvpZ":{"name":"null","abstract":"\u003cp\u003e\u0026ldquo;tag:yaml.org,2002:null\u0026rdquo; \u003ca href=\"http://yaml.org/type/null.html\"\u003ehttp://yaml.org/type/null.html\u003c/a\u003e\u003c/p\u003e","parent_name":"Name"},"Classes/Tag/Name.html#/s:4Yams3TagC4NameV3intAEvpZ":{"name":"int","abstract":"\u003cp\u003e\u0026ldquo;tag:yaml.org,2002:int\u0026rdquo; \u003ca href=\"http://yaml.org/type/int.html\"\u003ehttp://yaml.org/type/int.html\u003c/a\u003e\u003c/p\u003e","parent_name":"Name"},"Classes/Tag/Name.html#/s:4Yams3TagC4NameV6binaryAEvpZ":{"name":"binary","abstract":"\u003cp\u003e\u0026ldquo;tag:yaml.org,2002:binary\u0026rdquo; \u003ca href=\"http://yaml.org/type/binary.html\"\u003ehttp://yaml.org/type/binary.html\u003c/a\u003e\u003c/p\u003e","parent_name":"Name"},"Classes/Tag/Name.html#/s:4Yams3TagC4NameV5mergeAEvpZ":{"name":"merge","abstract":"\u003cp\u003e\u0026ldquo;tag:yaml.org,2002:merge\u0026rdquo; \u003ca href=\"http://yaml.org/type/merge.html\"\u003ehttp://yaml.org/type/merge.html\u003c/a\u003e\u003c/p\u003e","parent_name":"Name"},"Classes/Tag/Name.html#/s:4Yams3TagC4NameV4omapAEvpZ":{"name":"omap","abstract":"\u003cp\u003e\u0026ldquo;tag:yaml.org,2002:omap\u0026rdquo; \u003ca href=\"http://yaml.org/type/omap.html\"\u003ehttp://yaml.org/type/omap.html\u003c/a\u003e\u003c/p\u003e","parent_name":"Name"},"Classes/Tag/Name.html#/s:4Yams3TagC4NameV5pairsAEvpZ":{"name":"pairs","abstract":"\u003cp\u003e\u0026ldquo;tag:yaml.org,2002:pairs\u0026rdquo; \u003ca href=\"http://yaml.org/type/pairs.html\"\u003ehttp://yaml.org/type/pairs.html\u003c/a\u003e\u003c/p\u003e","parent_name":"Name"},"Classes/Tag/Name.html#/s:4Yams3TagC4NameV3setAEvpZ":{"name":"set","abstract":"\u003cp\u003e\u0026ldquo;tag:yaml.org,2002:set\u0026rdquo;. \u003ca href=\"http://yaml.org/type/set.html\"\u003ehttp://yaml.org/type/set.html\u003c/a\u003e\u003c/p\u003e","parent_name":"Name"},"Classes/Tag/Name.html#/s:4Yams3TagC4NameV9timestampAEvpZ":{"name":"timestamp","abstract":"\u003cp\u003e\u0026ldquo;tag:yaml.org,2002:timestamp\u0026rdquo; \u003ca href=\"http://yaml.org/type/timestamp.html\"\u003ehttp://yaml.org/type/timestamp.html\u003c/a\u003e\u003c/p\u003e","parent_name":"Name"},"Classes/Tag/Name.html#/s:4Yams3TagC4NameV5valueAEvpZ":{"name":"value","abstract":"\u003cp\u003e\u0026ldquo;tag:yaml.org,2002:value\u0026rdquo; \u003ca href=\"http://yaml.org/type/value.html\"\u003ehttp://yaml.org/type/value.html\u003c/a\u003e\u003c/p\u003e","parent_name":"Name"},"Classes/Tag/Name.html#/s:4Yams3TagC4NameV4yamlAEvpZ":{"name":"yaml","abstract":"\u003cp\u003e\u0026ldquo;tag:yaml.org,2002:yaml\u0026rdquo; \u003ca href=\"http://yaml.org/type/yaml.html\"\u003ehttp://yaml.org/type/yaml.html\u003c/a\u003e We don\u0026rsquo;t support this.\u003c/p\u003e","parent_name":"Name"},"Classes/Tag/Name.html":{"name":"Name","abstract":"\u003cp\u003eTag name.\u003c/p\u003e","parent_name":"Tag"},"Classes/Tag.html#/s:4Yams3TagC8implicitACvpZ":{"name":"implicit","abstract":"\u003cp\u003eShorthand accessor for \u003ccode\u003eTag(.implicit)\u003c/code\u003e.\u003c/p\u003e","parent_name":"Tag"},"Classes/Tag.html#/s:4Yams3TagCyA2C4NameV_AA8ResolverCAA11ConstructorCtcfc":{"name":"init(_:_:_:)","abstract":"\u003cp\u003eCreate a \u003ccode\u003eTag\u003c/code\u003e with the specified name, resolver and constructor.\u003c/p\u003e","parent_name":"Tag"},"Classes/Tag.html#/s:4Yams3TagC4copy4with8resolver11constructorA2C4NameVSg_AA8ResolverCSgAA11ConstructorCSgtF":{"name":"copy(with:resolver:constructor:)","abstract":"\u003cp\u003eLens returning a copy of the current \u003ccode\u003eTag\u003c/code\u003e with the specified overridden changes.\u003c/p\u003e","parent_name":"Tag"},"Classes/Tag.html#/s:4Yams3TagC11descriptionSSvp":{"name":"description","abstract":"\u003cp\u003eA textual representation of this tag.\u003c/p\u003e","parent_name":"Tag"},"Classes/Resolver/Rule.html#/s:4Yams8ResolverC4RuleV3tagAA3TagC4NameVvp":{"name":"tag","abstract":"\u003cp\u003eThe tag name this rule applies to.\u003c/p\u003e","parent_name":"Rule"},"Classes/Resolver/Rule.html#/s:4Yams8ResolverC4RuleV7patternSSvp":{"name":"pattern","abstract":"\u003cp\u003eThe regex pattern used to resolve this rule.\u003c/p\u003e","parent_name":"Rule"},"Classes/Resolver/Rule.html#/s:4Yams8ResolverC4RuleVyAeA3TagC4NameV_SStKcfc":{"name":"init(_:_:)","abstract":"\u003cp\u003eCreate a rule with the specified tag name and regex pattern.\u003c/p\u003e","parent_name":"Rule"},"Classes/Resolver/Rule.html#/s:4Yams8ResolverC4RuleV4boolAEvpZ":{"name":"bool","abstract":"\u003cp\u003eDefault bool resolver rule.\u003c/p\u003e","parent_name":"Rule"},"Classes/Resolver/Rule.html#/s:4Yams8ResolverC4RuleV3intAEvpZ":{"name":"int","abstract":"\u003cp\u003eDefault int resolver rule.\u003c/p\u003e","parent_name":"Rule"},"Classes/Resolver/Rule.html#/s:4Yams8ResolverC4RuleV5floatAEvpZ":{"name":"float","abstract":"\u003cp\u003eDefault float resolver rule.\u003c/p\u003e","parent_name":"Rule"},"Classes/Resolver/Rule.html#/s:4Yams8ResolverC4RuleV5mergeAEvpZ":{"name":"merge","abstract":"\u003cp\u003eDefault merge resolver rule.\u003c/p\u003e","parent_name":"Rule"},"Classes/Resolver/Rule.html#/s:4Yams8ResolverC4RuleV4nullAEvpZ":{"name":"null","abstract":"\u003cp\u003eDefault null resolver rule.\u003c/p\u003e","parent_name":"Rule"},"Classes/Resolver/Rule.html#/s:4Yams8ResolverC4RuleV9timestampAEvpZ":{"name":"timestamp","abstract":"\u003cp\u003eDefault timestamp resolver rule.\u003c/p\u003e","parent_name":"Rule"},"Classes/Resolver/Rule.html#/s:4Yams8ResolverC4RuleV5valueAEvpZ":{"name":"value","abstract":"\u003cp\u003eDefault value resolver rule.\u003c/p\u003e","parent_name":"Rule"},"Classes/Resolver/Rule.html":{"name":"Rule","abstract":"\u003cp\u003eRule describing how to resolve tags from regex patterns.\u003c/p\u003e","parent_name":"Resolver"},"Classes/Resolver.html#/s:4Yams8ResolverC5rulesSayAC4RuleVGvp":{"name":"rules","abstract":"\u003cp\u003eThe rules used by this resolver to resolve nodes to tags.\u003c/p\u003e","parent_name":"Resolver"},"Classes/Resolver.html#/s:4Yams8ResolverC10resolveTag2ofAA0D0C4NameVAA4NodeO_tF":{"name":"resolveTag(of:)","abstract":"\u003cp\u003eResolve a tag name from a given node.\u003c/p\u003e","parent_name":"Resolver"},"Classes/Resolver.html#/s:4Yams8ResolverC9appendingyA2C4RuleVF":{"name":"appending(_:)","abstract":"\u003cp\u003eReturns a Resolver constructed by appending rule.\u003c/p\u003e","parent_name":"Resolver"},"Classes/Resolver.html#/s:4Yams8ResolverC9appendingyAcA3TagC4NameV_SStKF":{"name":"appending(_:_:)","abstract":"\u003cp\u003eReturns a Resolver constructed by appending pattern for tag.\u003c/p\u003e","parent_name":"Resolver"},"Classes/Resolver.html#/s:4Yams8ResolverC9replacingyA2C4RuleVF":{"name":"replacing(_:)","abstract":"\u003cp\u003eReturns a Resolver constructed by replacing rule.\u003c/p\u003e","parent_name":"Resolver"},"Classes/Resolver.html#/s:4Yams8ResolverC9replacing_4withAcA3TagC4NameV_SStKF":{"name":"replacing(_:with:)","abstract":"\u003cp\u003eReturns a Resolver constructed by replacing pattern for tag.\u003c/p\u003e","parent_name":"Resolver"},"Classes/Resolver.html#/s:4Yams8ResolverC8removingyAcA3TagC4NameVF":{"name":"removing(_:)","abstract":"\u003cp\u003eReturns a Resolver constructed by removing pattern for tag.\u003c/p\u003e","parent_name":"Resolver"},"Classes/Resolver.html#/s:4Yams8ResolverC5basicACvpZ":{"name":"basic","abstract":"\u003cp\u003eResolver with no rules.\u003c/p\u003e","parent_name":"Resolver"},"Classes/Resolver.html#/s:4Yams8ResolverC7defaultACvpZ":{"name":"default","abstract":"\u003cp\u003eResolver with a default set of rules.\u003c/p\u003e","parent_name":"Resolver"},"Classes/Parser/Encoding.html#/s:4Yams6ParserC8EncodingO4utf8yA2EmF":{"name":"utf8","abstract":"\u003cp\u003eUse \u003ccode\u003eYAML_UTF8_ENCODING\u003c/code\u003e\u003c/p\u003e","parent_name":"Encoding"},"Classes/Parser/Encoding.html#/s:4Yams6ParserC8EncodingO5utf16yA2EmF":{"name":"utf16","abstract":"\u003cp\u003eUse \u003ccode\u003eYAML_UTF16(BE|LE)_ENCODING\u003c/code\u003e\u003c/p\u003e","parent_name":"Encoding"},"Classes/Parser/Encoding.html#/s:4Yams6ParserC8EncodingO7defaultAEvpZ":{"name":"default","abstract":"\u003cp\u003eThe default encoding, determined at run time based on the String type\u0026rsquo;s native encoding.","parent_name":"Encoding"},"Classes/Parser.html#/s:4Yams6ParserC4yamlSSvp":{"name":"yaml","abstract":"\u003cp\u003eYAML string.\u003c/p\u003e","parent_name":"Parser"},"Classes/Parser.html#/s:4Yams6ParserC8resolverAA8ResolverCvp":{"name":"resolver","abstract":"\u003cp\u003eResolver.\u003c/p\u003e","parent_name":"Parser"},"Classes/Parser.html#/s:4Yams6ParserC11constructorAA11ConstructorCvp":{"name":"constructor","abstract":"\u003cp\u003eConstructor.\u003c/p\u003e","parent_name":"Parser"},"Classes/Parser/Encoding.html":{"name":"Encoding","abstract":"\u003cp\u003eEncoding\u003c/p\u003e","parent_name":"Parser"},"Classes/Parser.html#/s:4Yams6ParserC8encodingAC8EncodingOvp":{"name":"encoding","abstract":"\u003cp\u003eEncoding\u003c/p\u003e","parent_name":"Parser"},"Classes/Parser.html#/s:4Yams6ParserC4yaml8resolver11constructor8encodingACSS_AA8ResolverCAA11ConstructorCAC8EncodingOtKcfc":{"name":"init(yaml:resolver:constructor:encoding:)","abstract":"\u003cp\u003eSet up a \u003ccode\u003eParser\u003c/code\u003e with a \u003ccode\u003eString\u003c/code\u003e value as input.\u003c/p\u003e","parent_name":"Parser"},"Classes/Parser.html#/s:4Yams6ParserC4yaml8resolver11constructor8encodingAC10Foundation4DataV_AA8ResolverCAA11ConstructorCAC8EncodingOtKcfc":{"name":"init(yaml:resolver:constructor:encoding:)","abstract":"\u003cp\u003eSet up a \u003ccode\u003eParser\u003c/code\u003e with a \u003ccode\u003eData\u003c/code\u003e value as input.\u003c/p\u003e","parent_name":"Parser"},"Classes/Parser.html#/s:4Yams6ParserC8nextRootAA4NodeOSgyKF":{"name":"nextRoot()","abstract":"\u003cp\u003eParse next document and return root Node.\u003c/p\u003e","parent_name":"Parser"},"Classes/Parser.html#/s:4Yams6ParserC10singleRootAA4NodeOSgyKF":{"name":"singleRoot()","abstract":"\u003cp\u003eParses the document expecting a single root Node and returns it.\u003c/p\u003e","parent_name":"Parser"},"Classes/YAMLEncoder.html#/s:4Yams11YAMLEncoderC7Optionsa":{"name":"Options","abstract":"\u003cp\u003eOptions to use when encoding to YAML.\u003c/p\u003e","parent_name":"YAMLEncoder"},"Classes/YAMLEncoder.html#/s:4Yams11YAMLEncoderC7optionsAA7EmitterC7OptionsVvp":{"name":"options","abstract":"\u003cp\u003eOptions to use when encoding to YAML.\u003c/p\u003e","parent_name":"YAMLEncoder"},"Classes/YAMLEncoder.html#/s:4Yams11YAMLEncoderCACycfc":{"name":"init()","abstract":"\u003cp\u003eCreates a \u003ccode\u003eYAMLEncoder\u003c/code\u003e instance.\u003c/p\u003e","parent_name":"YAMLEncoder"},"Classes/YAMLEncoder.html#/s:4Yams11YAMLEncoderC6encode_8userInfoSSx_SDys010CodingUserE3KeyVypGtKSERzlF":{"name":"encode(_:userInfo:)","abstract":"\u003cp\u003eEncode a value of type \u003ccode\u003eT\u003c/code\u003e to a YAML string.\u003c/p\u003e","parent_name":"YAMLEncoder"},"Classes/Emitter/Options.html#/s:4Yams7EmitterC7OptionsV9canonicalSbvp":{"name":"canonical","abstract":"\u003cp\u003eSet if the output should be in the \u0026ldquo;canonical\u0026rdquo; format described in the YAML specification.\u003c/p\u003e","parent_name":"Options"},"Classes/Emitter/Options.html#/s:4Yams7EmitterC7OptionsV6indentSivp":{"name":"indent","abstract":"\u003cp\u003eSet the indentation value.\u003c/p\u003e","parent_name":"Options"},"Classes/Emitter/Options.html#/s:4Yams7EmitterC7OptionsV5widthSivp":{"name":"width","abstract":"\u003cp\u003eSet the preferred line width. -1 means unlimited.\u003c/p\u003e","parent_name":"Options"},"Classes/Emitter/Options.html#/s:4Yams7EmitterC7OptionsV12allowUnicodeSbvp":{"name":"allowUnicode","abstract":"\u003cp\u003eSet if unescaped non-ASCII characters are allowed.\u003c/p\u003e","parent_name":"Options"},"Classes/Emitter/Options.html#/s:4Yams7EmitterC7OptionsV9lineBreakAC04LineE0Ovp":{"name":"lineBreak","abstract":"\u003cp\u003eSet the preferred line break.\u003c/p\u003e","parent_name":"Options"},"Classes/Emitter/Options.html#/s:4Yams7EmitterC7OptionsV7versionSi5major_Si5minortSgvp":{"name":"version","abstract":"\u003cp\u003eThe \u003ccode\u003e%YAML\u003c/code\u003e directive value or nil.\u003c/p\u003e","parent_name":"Options"},"Classes/Emitter/Options.html#/s:4Yams7EmitterC7OptionsV8sortKeysSbvp":{"name":"sortKeys","abstract":"\u003cp\u003eSet if emitter should sort keys in lexicographic order.\u003c/p\u003e","parent_name":"Options"},"Classes/Emitter/Options.html#/s:4Yams7EmitterC7OptionsV13sequenceStyleAA4NodeO8SequenceV0E0Ovp":{"name":"sequenceStyle","abstract":"\u003cp\u003eSet the style for sequences (arrays / lists)\u003c/p\u003e","parent_name":"Options"},"Classes/Emitter/Options.html#/s:4Yams7EmitterC7OptionsV12mappingStyleAA4NodeO7MappingV0E0Ovp":{"name":"mappingStyle","abstract":"\u003cp\u003eSet the style for mappings (dictionaries)\u003c/p\u003e","parent_name":"Options"},"Classes/Emitter/Options.html#/s:4Yams7EmitterC7OptionsV18newLineScalarStyleAA4NodeO0F0V0G0Ovp":{"name":"newLineScalarStyle","abstract":"\u003cp\u003eSet the style for scalars that include newlines\u003c/p\u003e","parent_name":"Options"},"Classes/Emitter/Options.html#/s:4Yams7EmitterC7OptionsV9canonical6indent5width12allowUnicode9lineBreak7version8sortKeys13sequenceStyle07mappingO0013newLineScalarO0AESb_S2iSbAC0rJ0OSi5major_Si5minortSgSbAA4NodeO8SequenceV0O0OAV7MappingVAYOAV0S0VAYOtcfc":{"name":"init(canonical:indent:width:allowUnicode:lineBreak:version:sortKeys:sequenceStyle:mappingStyle:newLineScalarStyle:)","abstract":"\u003cp\u003eCreate \u003ccode\u003eEmitter.Options\u003c/code\u003e with the specified values.\u003c/p\u003e","parent_name":"Options"},"Classes/Emitter/LineBreak.html#/s:4Yams7EmitterC9LineBreakO2cryA2EmF":{"name":"cr","abstract":"\u003cp\u003eUse CR for line breaks (Mac style).\u003c/p\u003e","parent_name":"LineBreak"},"Classes/Emitter/LineBreak.html#/s:4Yams7EmitterC9LineBreakO2lnyA2EmF":{"name":"ln","abstract":"\u003cp\u003eUse LN for line breaks (Unix style).\u003c/p\u003e","parent_name":"LineBreak"},"Classes/Emitter/LineBreak.html#/s:4Yams7EmitterC9LineBreakO4crlnyA2EmF":{"name":"crln","abstract":"\u003cp\u003eUse CR LN for line breaks (DOS style).\u003c/p\u003e","parent_name":"LineBreak"},"Classes/Emitter/LineBreak.html":{"name":"LineBreak","abstract":"\u003cp\u003eLine break options to use when emitting YAML.\u003c/p\u003e","parent_name":"Emitter"},"Classes/Emitter.html#/s:4Yams7EmitterC4data10Foundation4DataVvp":{"name":"data","abstract":"\u003cp\u003eRetrieve this Emitter\u0026rsquo;s binary output.\u003c/p\u003e","parent_name":"Emitter"},"Classes/Emitter/Options.html":{"name":"Options","abstract":"\u003cp\u003eConfiguration options to use when emitting YAML.\u003c/p\u003e","parent_name":"Emitter"},"Classes/Emitter.html#/s:4Yams7EmitterC7optionsAC7OptionsVvp":{"name":"options","abstract":"\u003cp\u003eConfiguration options to use when emitting YAML.\u003c/p\u003e","parent_name":"Emitter"},"Classes/Emitter.html#/s:4Yams7EmitterC9canonical6indent5width12allowUnicode9lineBreak13explicitStart0J3End7version8sortKeys13sequenceStyle07mappingQ0013newLineScalarQ0ACSb_S2iSbAC0tI0OS2bSi5major_Si5minortSgSbAA4NodeO8SequenceV0Q0OAV7MappingVAYOAV0U0VAYOtcfc":{"name":"init(canonical:indent:width:allowUnicode:lineBreak:explicitStart:explicitEnd:version:sortKeys:sequenceStyle:mappingStyle:newLineScalarStyle:)","abstract":"\u003cp\u003eCreate an \u003ccode\u003eEmitter\u003c/code\u003e with the specified options.\u003c/p\u003e","parent_name":"Emitter"},"Classes/Emitter.html#/s:4Yams7EmitterC4openyyKF":{"name":"open()","abstract":"\u003cp\u003eOpen \u0026amp; initialize the emitter.\u003c/p\u003e","parent_name":"Emitter"},"Classes/Emitter.html#/s:4Yams7EmitterC5closeyyKF":{"name":"close()","abstract":"\u003cp\u003eClose the \u003ccode\u003eEmitter.\u003c/code\u003e\u003c/p\u003e","parent_name":"Emitter"},"Classes/Emitter.html#/s:4Yams7EmitterC9serialize4nodeyAA4NodeO_tKF":{"name":"serialize(node:)","abstract":"\u003cp\u003eIngest a \u003ccode\u003e\u003ca href=\"36f8f5912051ae747ef441d6511ca4cbEnums/Node.html\"\u003eNode\u003c/a\u003e\u003c/code\u003e to include when emitting the YAML output.\u003c/p\u003e","parent_name":"Emitter"},"Classes/YAMLDecoder.html#/s:4Yams11YAMLDecoderC8encodingAcA6ParserC8EncodingO_tcfc":{"name":"init(encoding:)","abstract":"\u003cp\u003eCreates a \u003ccode\u003eYAMLDecoder\u003c/code\u003e instance.\u003c/p\u003e","parent_name":"YAMLDecoder"},"Classes/YAMLDecoder.html#/s:4Yams11YAMLDecoderC6decode_4from8userInfoxxm_AA4NodeOSDys010CodingUserF3KeyVypGtKSeRzlF":{"name":"decode(_:from:userInfo:)","abstract":"\u003cp\u003eDecode a \u003ccode\u003eDecodable\u003c/code\u003e type from a given \u003ccode\u003e\u003ca href=\"36f8f5912051ae747ef441d6511ca4cbEnums/Node.html\"\u003eNode\u003c/a\u003e\u003c/code\u003e and optional user info mapping.\u003c/p\u003e","parent_name":"YAMLDecoder"},"Classes/YAMLDecoder.html#/s:4Yams11YAMLDecoderC6decode_4from8userInfoxxm_SSSDys010CodingUserF3KeyVypGtKSeRzlF":{"name":"decode(_:from:userInfo:)","abstract":"\u003cp\u003eDecode a \u003ccode\u003eDecodable\u003c/code\u003e type from a given \u003ccode\u003eString\u003c/code\u003e and optional user info mapping.\u003c/p\u003e","parent_name":"YAMLDecoder"},"Classes/YAMLDecoder.html#/s:4Yams11YAMLDecoderC6decode_4from8userInfoxxm_10Foundation4DataVSDys010CodingUserF3KeyVypGtKSeRzlF":{"name":"decode(_:from:userInfo:)","abstract":"\u003cp\u003eDecode a \u003ccode\u003eDecodable\u003c/code\u003e type from a given \u003ccode\u003eData\u003c/code\u003e and optional user info mapping.\u003c/p\u003e","parent_name":"YAMLDecoder"},"Classes/YAMLDecoder.html#/s:4Yams11YAMLDecoderC8encodingAA6ParserC8EncodingOvp":{"name":"encoding","abstract":"\u003cp\u003eEncoding\u003c/p\u003e","parent_name":"YAMLDecoder"},"Classes/YAMLDecoder.html#/s:7Combine15TopLevelDecoderP5InputQa":{"name":"Input","parent_name":"YAMLDecoder"},"Classes/YAMLDecoder.html#/s:7Combine15TopLevelDecoderP6decode_4fromqd__qd__m_5InputQztKSeRd__lF":{"name":"decode(_:from:)","parent_name":"YAMLDecoder"},"Classes/Constructor.html#/s:4Yams11ConstructorC9ScalarMapa":{"name":"ScalarMap","abstract":"\u003cp\u003eMaps \u003ccode\u003e\u003ca href=\"36f8f5912051ae747ef441d6511ca4cbClasses/Tag/Name.html\"\u003eTag.Name\u003c/a\u003e\u003c/code\u003es to \u003ccode\u003e\u003ca href=\"36f8f5912051ae747ef441d6511ca4cbEnums/Node/Scalar.html\"\u003eNode.Scalar\u003c/a\u003e\u003c/code\u003es.\u003c/p\u003e","parent_name":"Constructor"},"Classes/Constructor.html#/s:4Yams11ConstructorC10MappingMapa":{"name":"MappingMap","abstract":"\u003cp\u003eMaps \u003ccode\u003e\u003ca href=\"36f8f5912051ae747ef441d6511ca4cbClasses/Tag/Name.html\"\u003eTag.Name\u003c/a\u003e\u003c/code\u003es to \u003ccode\u003e\u003ca href=\"36f8f5912051ae747ef441d6511ca4cbEnums/Node/Mapping.html\"\u003eNode.Mapping\u003c/a\u003e\u003c/code\u003es.\u003c/p\u003e","parent_name":"Constructor"},"Classes/Constructor.html#/s:4Yams11ConstructorC11SequenceMapa":{"name":"SequenceMap","abstract":"\u003cp\u003eMaps \u003ccode\u003e\u003ca href=\"36f8f5912051ae747ef441d6511ca4cbClasses/Tag/Name.html\"\u003eTag.Name\u003c/a\u003e\u003c/code\u003es to \u003ccode\u003e\u003ca href=\"36f8f5912051ae747ef441d6511ca4cbEnums/Node/Sequence.html\"\u003eNode.Sequence\u003c/a\u003e\u003c/code\u003es.\u003c/p\u003e","parent_name":"Constructor"},"Classes/Constructor.html#/s:4Yams11ConstructorCyACSDyAA3TagC4NameVypSgAA4NodeO6ScalarVcG_SDyAghJ7MappingVcGSDyAghJ8SequenceVcGtcfc":{"name":"init(_:_:_:)","abstract":"\u003cp\u003eInitialize a \u003ccode\u003eConstructor\u003c/code\u003e with the specified maps, falling back to default maps.\u003c/p\u003e","parent_name":"Constructor"},"Classes/Constructor.html#/s:4Yams11ConstructorC3any4fromypAA4NodeO_tF":{"name":"any(from:)","abstract":"\u003cp\u003eConstructs Swift values based on the maps this \u003ccode\u003eConstructor\u003c/code\u003e was initialized with.\u003c/p\u003e","parent_name":"Constructor"},"Classes/Constructor.html#/s:4Yams11ConstructorC7defaultACvpZ":{"name":"default","abstract":"\u003cp\u003eThe default \u003ccode\u003eConstructor\u003c/code\u003e to be used with APIs where none is explicitly provided.\u003c/p\u003e","parent_name":"Constructor"},"Classes/Constructor.html#/s:4Yams11ConstructorC16defaultScalarMapSDyAA3TagC4NameVypSgAA4NodeO0D0VcGvpZ":{"name":"defaultScalarMap","abstract":"\u003cp\u003eThe default \u003ccode\u003e\u003ca href=\"36f8f5912051ae747ef441d6511ca4cbClasses/Tag/Name.html\"\u003eTag.Name\u003c/a\u003e\u003c/code\u003e to \u003ccode\u003e\u003ca href=\"36f8f5912051ae747ef441d6511ca4cbEnums/Node/Scalar.html\"\u003eNode.Scalar\u003c/a\u003e\u003c/code\u003e map.\u003c/p\u003e","parent_name":"Constructor"},"Classes/Constructor.html#/s:4Yams11ConstructorC17defaultMappingMapSDyAA3TagC4NameVypSgAA4NodeO0D0VcGvpZ":{"name":"defaultMappingMap","abstract":"\u003cp\u003eThe default \u003ccode\u003e\u003ca href=\"36f8f5912051ae747ef441d6511ca4cbClasses/Tag/Name.html\"\u003eTag.Name\u003c/a\u003e\u003c/code\u003e to \u003ccode\u003e\u003ca href=\"36f8f5912051ae747ef441d6511ca4cbEnums/Node/Mapping.html\"\u003eNode.Mapping\u003c/a\u003e\u003c/code\u003e map.\u003c/p\u003e","parent_name":"Constructor"},"Classes/Constructor.html#/s:4Yams11ConstructorC18defaultSequenceMapSDyAA3TagC4NameVypSgAA4NodeO0D0VcGvpZ":{"name":"defaultSequenceMap","abstract":"\u003cp\u003eThe default \u003ccode\u003e\u003ca href=\"36f8f5912051ae747ef441d6511ca4cbClasses/Tag/Name.html\"\u003eTag.Name\u003c/a\u003e\u003c/code\u003e to \u003ccode\u003e\u003ca href=\"36f8f5912051ae747ef441d6511ca4cbEnums/Node/Sequence.html\"\u003eNode.Sequence\u003c/a\u003e\u003c/code\u003e map.\u003c/p\u003e","parent_name":"Constructor"},"Classes/Constructor.html":{"name":"Constructor","abstract":"\u003cp\u003eConstructors are used to translate \u003ccode\u003e\u003ca href=\"36f8f5912051ae747ef441d6511ca4cbEnums/Node.html\"\u003eNode\u003c/a\u003e\u003c/code\u003es to Swift values.\u003c/p\u003e"},"Classes/YAMLDecoder.html":{"name":"YAMLDecoder","abstract":"\u003cp\u003e\u003ccode\u003eCodable\u003c/code\u003e-style \u003ccode\u003eDecoder\u003c/code\u003e that can be used to decode a \u003ccode\u003eDecodable\u003c/code\u003e type from a given \u003ccode\u003eString\u003c/code\u003e and optional"},"Classes/Emitter.html":{"name":"Emitter","abstract":"\u003cp\u003eClass responsible for emitting libYAML events.\u003c/p\u003e"},"Classes/YAMLEncoder.html":{"name":"YAMLEncoder","abstract":"\u003cp\u003e\u003ccode\u003eCodable\u003c/code\u003e-style \u003ccode\u003eEncoder\u003c/code\u003e that can be used to encode an \u003ccode\u003eEncodable\u003c/code\u003e type to a YAML string using optional"},"Classes/Parser.html":{"name":"Parser","abstract":"\u003cp\u003eParses YAML strings.\u003c/p\u003e"},"Classes/Resolver.html":{"name":"Resolver","abstract":"\u003cp\u003eClass used to resolve nodes to tags based on customizable rules.\u003c/p\u003e"},"Classes/Tag.html":{"name":"Tag","abstract":"\u003cp\u003eTags describe the the \u003cem\u003etype\u003c/em\u003e of a Node.\u003c/p\u003e"},"Classes.html":{"name":"Classes","abstract":"\u003cp\u003eThe following classes are available globally.\u003c/p\u003e"},"Enums.html":{"name":"Enumerations","abstract":"\u003cp\u003eThe following enumerations are available globally.\u003c/p\u003e"},"Extensions.html":{"name":"Extensions","abstract":"\u003cp\u003eThe following extensions are available globally.\u003c/p\u003e"},"Functions.html":{"name":"Functions","abstract":"\u003cp\u003eThe following functions are available globally.\u003c/p\u003e"},"Protocols.html":{"name":"Protocols","abstract":"\u003cp\u003eThe following protocols are available globally.\u003c/p\u003e"},"Structs.html":{"name":"Structures","abstract":"\u003cp\u003eThe following structures are available globally.\u003c/p\u003e"}} \ No newline at end of file diff --git a/docsets/Yams.docset/Contents/Resources/docSet.dsidx b/docsets/Yams.docset/Contents/Resources/docSet.dsidx index 60ea8ca8..b0b7e1ea 100644 Binary files a/docsets/Yams.docset/Contents/Resources/docSet.dsidx and b/docsets/Yams.docset/Contents/Resources/docSet.dsidx differ diff --git a/docsets/Yams.tgz b/docsets/Yams.tgz index 2c366f7d..17ed4a3b 100644 Binary files a/docsets/Yams.tgz and b/docsets/Yams.tgz differ diff --git a/index.html b/index.html index e3b2139d..f6b5d205 100644 --- a/index.html +++ b/index.html @@ -47,9 +47,7 @@
    @@ -337,7 +335,7 @@

    Codable types

  • Codable is an encoding & decoding strategy introduced in Swift 4 enabling easy conversion between YAML and other Encoders like JSONEncoder and PropertyListEncoder.
  • -
  • Lowest computational overhead, equivalent to Yams.Node.
  • +
  • Lowest computational overhead, equivalent to Yams.Node.
  • Encoding: YAMLEncoder.encode(_:) Produces a YAML String from an instance of type conforming to Encodable.
  • Decoding: YAMLDecoder.decode(_:from:) @@ -366,7 +364,7 @@

    Swift Standard Library typ
    • The type of Swift Standard Library is inferred from the contents of the -internal Yams.Node representation by matching regular expressions.
    • +internal Yams.Node representation by matching regular expressions.
    • This method has the largest computational overhead When decoding YAML, because the type inference of all objects is done up-front.
    • It may be easier to use in such a way as to handle objects created from @@ -407,7 +405,7 @@

      Swift Standard Library typ """ let loadedString: String? = try Yams.load(yaml: scalarYAML) as? String -

      Yams.Node

      +

      Yams.Node

      • Yams’ native model representing Nodes of YAML which provides all @@ -461,7 +459,7 @@

        License

  • diff --git a/js/jquery.min.js b/js/jquery.min.js index c4c6022f..7f37b5d9 100644 --- a/js/jquery.min.js +++ b/js/jquery.min.js @@ -1,2 +1,2 @@ -/*! jQuery v3.6.0 | (c) OpenJS Foundation and other contributors | jquery.org/license */ -!function(e,t){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=e.document?t(e,!0):function(e){if(!e.document)throw new Error("jQuery requires a window with a document");return t(e)}:t(e)}("undefined"!=typeof window?window:this,function(C,e){"use strict";var t=[],r=Object.getPrototypeOf,s=t.slice,g=t.flat?function(e){return t.flat.call(e)}:function(e){return t.concat.apply([],e)},u=t.push,i=t.indexOf,n={},o=n.toString,v=n.hasOwnProperty,a=v.toString,l=a.call(Object),y={},m=function(e){return"function"==typeof e&&"number"!=typeof e.nodeType&&"function"!=typeof e.item},x=function(e){return null!=e&&e===e.window},E=C.document,c={type:!0,src:!0,nonce:!0,noModule:!0};function b(e,t,n){var r,i,o=(n=n||E).createElement("script");if(o.text=e,t)for(r in c)(i=t[r]||t.getAttribute&&t.getAttribute(r))&&o.setAttribute(r,i);n.head.appendChild(o).parentNode.removeChild(o)}function w(e){return null==e?e+"":"object"==typeof e||"function"==typeof e?n[o.call(e)]||"object":typeof e}var f="3.6.0",S=function(e,t){return new S.fn.init(e,t)};function p(e){var t=!!e&&"length"in e&&e.length,n=w(e);return!m(e)&&!x(e)&&("array"===n||0===t||"number"==typeof t&&0+~]|"+M+")"+M+"*"),U=new RegExp(M+"|>"),X=new RegExp(F),V=new RegExp("^"+I+"$"),G={ID:new RegExp("^#("+I+")"),CLASS:new RegExp("^\\.("+I+")"),TAG:new RegExp("^("+I+"|[*])"),ATTR:new RegExp("^"+W),PSEUDO:new RegExp("^"+F),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+M+"*(even|odd|(([+-]|)(\\d*)n|)"+M+"*(?:([+-]|)"+M+"*(\\d+)|))"+M+"*\\)|)","i"),bool:new RegExp("^(?:"+R+")$","i"),needsContext:new RegExp("^"+M+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+M+"*((?:-\\d)?\\d*)"+M+"*\\)|)(?=[^-]|$)","i")},Y=/HTML$/i,Q=/^(?:input|select|textarea|button)$/i,J=/^h\d$/i,K=/^[^{]+\{\s*\[native \w/,Z=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,ee=/[+~]/,te=new RegExp("\\\\[\\da-fA-F]{1,6}"+M+"?|\\\\([^\\r\\n\\f])","g"),ne=function(e,t){var n="0x"+e.slice(1)-65536;return t||(n<0?String.fromCharCode(n+65536):String.fromCharCode(n>>10|55296,1023&n|56320))},re=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,ie=function(e,t){return t?"\0"===e?"\ufffd":e.slice(0,-1)+"\\"+e.charCodeAt(e.length-1).toString(16)+" ":"\\"+e},oe=function(){T()},ae=be(function(e){return!0===e.disabled&&"fieldset"===e.nodeName.toLowerCase()},{dir:"parentNode",next:"legend"});try{H.apply(t=O.call(p.childNodes),p.childNodes),t[p.childNodes.length].nodeType}catch(e){H={apply:t.length?function(e,t){L.apply(e,O.call(t))}:function(e,t){var n=e.length,r=0;while(e[n++]=t[r++]);e.length=n-1}}}function se(t,e,n,r){var i,o,a,s,u,l,c,f=e&&e.ownerDocument,p=e?e.nodeType:9;if(n=n||[],"string"!=typeof t||!t||1!==p&&9!==p&&11!==p)return n;if(!r&&(T(e),e=e||C,E)){if(11!==p&&(u=Z.exec(t)))if(i=u[1]){if(9===p){if(!(a=e.getElementById(i)))return n;if(a.id===i)return n.push(a),n}else if(f&&(a=f.getElementById(i))&&y(e,a)&&a.id===i)return n.push(a),n}else{if(u[2])return H.apply(n,e.getElementsByTagName(t)),n;if((i=u[3])&&d.getElementsByClassName&&e.getElementsByClassName)return H.apply(n,e.getElementsByClassName(i)),n}if(d.qsa&&!N[t+" "]&&(!v||!v.test(t))&&(1!==p||"object"!==e.nodeName.toLowerCase())){if(c=t,f=e,1===p&&(U.test(t)||z.test(t))){(f=ee.test(t)&&ye(e.parentNode)||e)===e&&d.scope||((s=e.getAttribute("id"))?s=s.replace(re,ie):e.setAttribute("id",s=S)),o=(l=h(t)).length;while(o--)l[o]=(s?"#"+s:":scope")+" "+xe(l[o]);c=l.join(",")}try{return H.apply(n,f.querySelectorAll(c)),n}catch(e){N(t,!0)}finally{s===S&&e.removeAttribute("id")}}}return g(t.replace($,"$1"),e,n,r)}function ue(){var r=[];return function e(t,n){return r.push(t+" ")>b.cacheLength&&delete e[r.shift()],e[t+" "]=n}}function le(e){return e[S]=!0,e}function ce(e){var t=C.createElement("fieldset");try{return!!e(t)}catch(e){return!1}finally{t.parentNode&&t.parentNode.removeChild(t),t=null}}function fe(e,t){var n=e.split("|"),r=n.length;while(r--)b.attrHandle[n[r]]=t}function pe(e,t){var n=t&&e,r=n&&1===e.nodeType&&1===t.nodeType&&e.sourceIndex-t.sourceIndex;if(r)return r;if(n)while(n=n.nextSibling)if(n===t)return-1;return e?1:-1}function de(t){return function(e){return"input"===e.nodeName.toLowerCase()&&e.type===t}}function he(n){return function(e){var t=e.nodeName.toLowerCase();return("input"===t||"button"===t)&&e.type===n}}function ge(t){return function(e){return"form"in e?e.parentNode&&!1===e.disabled?"label"in e?"label"in e.parentNode?e.parentNode.disabled===t:e.disabled===t:e.isDisabled===t||e.isDisabled!==!t&&ae(e)===t:e.disabled===t:"label"in e&&e.disabled===t}}function ve(a){return le(function(o){return o=+o,le(function(e,t){var n,r=a([],e.length,o),i=r.length;while(i--)e[n=r[i]]&&(e[n]=!(t[n]=e[n]))})})}function ye(e){return e&&"undefined"!=typeof e.getElementsByTagName&&e}for(e in d=se.support={},i=se.isXML=function(e){var t=e&&e.namespaceURI,n=e&&(e.ownerDocument||e).documentElement;return!Y.test(t||n&&n.nodeName||"HTML")},T=se.setDocument=function(e){var t,n,r=e?e.ownerDocument||e:p;return r!=C&&9===r.nodeType&&r.documentElement&&(a=(C=r).documentElement,E=!i(C),p!=C&&(n=C.defaultView)&&n.top!==n&&(n.addEventListener?n.addEventListener("unload",oe,!1):n.attachEvent&&n.attachEvent("onunload",oe)),d.scope=ce(function(e){return a.appendChild(e).appendChild(C.createElement("div")),"undefined"!=typeof e.querySelectorAll&&!e.querySelectorAll(":scope fieldset div").length}),d.attributes=ce(function(e){return e.className="i",!e.getAttribute("className")}),d.getElementsByTagName=ce(function(e){return e.appendChild(C.createComment("")),!e.getElementsByTagName("*").length}),d.getElementsByClassName=K.test(C.getElementsByClassName),d.getById=ce(function(e){return a.appendChild(e).id=S,!C.getElementsByName||!C.getElementsByName(S).length}),d.getById?(b.filter.ID=function(e){var t=e.replace(te,ne);return function(e){return e.getAttribute("id")===t}},b.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&E){var n=t.getElementById(e);return n?[n]:[]}}):(b.filter.ID=function(e){var n=e.replace(te,ne);return function(e){var t="undefined"!=typeof e.getAttributeNode&&e.getAttributeNode("id");return t&&t.value===n}},b.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&E){var n,r,i,o=t.getElementById(e);if(o){if((n=o.getAttributeNode("id"))&&n.value===e)return[o];i=t.getElementsByName(e),r=0;while(o=i[r++])if((n=o.getAttributeNode("id"))&&n.value===e)return[o]}return[]}}),b.find.TAG=d.getElementsByTagName?function(e,t){return"undefined"!=typeof t.getElementsByTagName?t.getElementsByTagName(e):d.qsa?t.querySelectorAll(e):void 0}:function(e,t){var n,r=[],i=0,o=t.getElementsByTagName(e);if("*"===e){while(n=o[i++])1===n.nodeType&&r.push(n);return r}return o},b.find.CLASS=d.getElementsByClassName&&function(e,t){if("undefined"!=typeof t.getElementsByClassName&&E)return t.getElementsByClassName(e)},s=[],v=[],(d.qsa=K.test(C.querySelectorAll))&&(ce(function(e){var t;a.appendChild(e).innerHTML="",e.querySelectorAll("[msallowcapture^='']").length&&v.push("[*^$]="+M+"*(?:''|\"\")"),e.querySelectorAll("[selected]").length||v.push("\\["+M+"*(?:value|"+R+")"),e.querySelectorAll("[id~="+S+"-]").length||v.push("~="),(t=C.createElement("input")).setAttribute("name",""),e.appendChild(t),e.querySelectorAll("[name='']").length||v.push("\\["+M+"*name"+M+"*="+M+"*(?:''|\"\")"),e.querySelectorAll(":checked").length||v.push(":checked"),e.querySelectorAll("a#"+S+"+*").length||v.push(".#.+[+~]"),e.querySelectorAll("\\\f"),v.push("[\\r\\n\\f]")}),ce(function(e){e.innerHTML="";var t=C.createElement("input");t.setAttribute("type","hidden"),e.appendChild(t).setAttribute("name","D"),e.querySelectorAll("[name=d]").length&&v.push("name"+M+"*[*^$|!~]?="),2!==e.querySelectorAll(":enabled").length&&v.push(":enabled",":disabled"),a.appendChild(e).disabled=!0,2!==e.querySelectorAll(":disabled").length&&v.push(":enabled",":disabled"),e.querySelectorAll("*,:x"),v.push(",.*:")})),(d.matchesSelector=K.test(c=a.matches||a.webkitMatchesSelector||a.mozMatchesSelector||a.oMatchesSelector||a.msMatchesSelector))&&ce(function(e){d.disconnectedMatch=c.call(e,"*"),c.call(e,"[s!='']:x"),s.push("!=",F)}),v=v.length&&new RegExp(v.join("|")),s=s.length&&new RegExp(s.join("|")),t=K.test(a.compareDocumentPosition),y=t||K.test(a.contains)?function(e,t){var n=9===e.nodeType?e.documentElement:e,r=t&&t.parentNode;return e===r||!(!r||1!==r.nodeType||!(n.contains?n.contains(r):e.compareDocumentPosition&&16&e.compareDocumentPosition(r)))}:function(e,t){if(t)while(t=t.parentNode)if(t===e)return!0;return!1},j=t?function(e,t){if(e===t)return l=!0,0;var n=!e.compareDocumentPosition-!t.compareDocumentPosition;return n||(1&(n=(e.ownerDocument||e)==(t.ownerDocument||t)?e.compareDocumentPosition(t):1)||!d.sortDetached&&t.compareDocumentPosition(e)===n?e==C||e.ownerDocument==p&&y(p,e)?-1:t==C||t.ownerDocument==p&&y(p,t)?1:u?P(u,e)-P(u,t):0:4&n?-1:1)}:function(e,t){if(e===t)return l=!0,0;var n,r=0,i=e.parentNode,o=t.parentNode,a=[e],s=[t];if(!i||!o)return e==C?-1:t==C?1:i?-1:o?1:u?P(u,e)-P(u,t):0;if(i===o)return pe(e,t);n=e;while(n=n.parentNode)a.unshift(n);n=t;while(n=n.parentNode)s.unshift(n);while(a[r]===s[r])r++;return r?pe(a[r],s[r]):a[r]==p?-1:s[r]==p?1:0}),C},se.matches=function(e,t){return se(e,null,null,t)},se.matchesSelector=function(e,t){if(T(e),d.matchesSelector&&E&&!N[t+" "]&&(!s||!s.test(t))&&(!v||!v.test(t)))try{var n=c.call(e,t);if(n||d.disconnectedMatch||e.document&&11!==e.document.nodeType)return n}catch(e){N(t,!0)}return 0":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace(te,ne),e[3]=(e[3]||e[4]||e[5]||"").replace(te,ne),"~="===e[2]&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),"nth"===e[1].slice(0,3)?(e[3]||se.error(e[0]),e[4]=+(e[4]?e[5]+(e[6]||1):2*("even"===e[3]||"odd"===e[3])),e[5]=+(e[7]+e[8]||"odd"===e[3])):e[3]&&se.error(e[0]),e},PSEUDO:function(e){var t,n=!e[6]&&e[2];return G.CHILD.test(e[0])?null:(e[3]?e[2]=e[4]||e[5]||"":n&&X.test(n)&&(t=h(n,!0))&&(t=n.indexOf(")",n.length-t)-n.length)&&(e[0]=e[0].slice(0,t),e[2]=n.slice(0,t)),e.slice(0,3))}},filter:{TAG:function(e){var t=e.replace(te,ne).toLowerCase();return"*"===e?function(){return!0}:function(e){return e.nodeName&&e.nodeName.toLowerCase()===t}},CLASS:function(e){var t=m[e+" "];return t||(t=new RegExp("(^|"+M+")"+e+"("+M+"|$)"))&&m(e,function(e){return t.test("string"==typeof e.className&&e.className||"undefined"!=typeof e.getAttribute&&e.getAttribute("class")||"")})},ATTR:function(n,r,i){return function(e){var t=se.attr(e,n);return null==t?"!="===r:!r||(t+="","="===r?t===i:"!="===r?t!==i:"^="===r?i&&0===t.indexOf(i):"*="===r?i&&-1:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;function j(e,n,r){return m(n)?S.grep(e,function(e,t){return!!n.call(e,t,e)!==r}):n.nodeType?S.grep(e,function(e){return e===n!==r}):"string"!=typeof n?S.grep(e,function(e){return-1)[^>]*|#([\w-]+))$/;(S.fn.init=function(e,t,n){var r,i;if(!e)return this;if(n=n||D,"string"==typeof e){if(!(r="<"===e[0]&&">"===e[e.length-1]&&3<=e.length?[null,e,null]:q.exec(e))||!r[1]&&t)return!t||t.jquery?(t||n).find(e):this.constructor(t).find(e);if(r[1]){if(t=t instanceof S?t[0]:t,S.merge(this,S.parseHTML(r[1],t&&t.nodeType?t.ownerDocument||t:E,!0)),N.test(r[1])&&S.isPlainObject(t))for(r in t)m(this[r])?this[r](t[r]):this.attr(r,t[r]);return this}return(i=E.getElementById(r[2]))&&(this[0]=i,this.length=1),this}return e.nodeType?(this[0]=e,this.length=1,this):m(e)?void 0!==n.ready?n.ready(e):e(S):S.makeArray(e,this)}).prototype=S.fn,D=S(E);var L=/^(?:parents|prev(?:Until|All))/,H={children:!0,contents:!0,next:!0,prev:!0};function O(e,t){while((e=e[t])&&1!==e.nodeType);return e}S.fn.extend({has:function(e){var t=S(e,this),n=t.length;return this.filter(function(){for(var e=0;e\x20\t\r\n\f]*)/i,he=/^$|^module$|\/(?:java|ecma)script/i;ce=E.createDocumentFragment().appendChild(E.createElement("div")),(fe=E.createElement("input")).setAttribute("type","radio"),fe.setAttribute("checked","checked"),fe.setAttribute("name","t"),ce.appendChild(fe),y.checkClone=ce.cloneNode(!0).cloneNode(!0).lastChild.checked,ce.innerHTML="",y.noCloneChecked=!!ce.cloneNode(!0).lastChild.defaultValue,ce.innerHTML="",y.option=!!ce.lastChild;var ge={thead:[1,"","
    "],col:[2,"","
    "],tr:[2,"","
    "],td:[3,"","
    "],_default:[0,"",""]};function ve(e,t){var n;return n="undefined"!=typeof e.getElementsByTagName?e.getElementsByTagName(t||"*"):"undefined"!=typeof e.querySelectorAll?e.querySelectorAll(t||"*"):[],void 0===t||t&&A(e,t)?S.merge([e],n):n}function ye(e,t){for(var n=0,r=e.length;n",""]);var me=/<|&#?\w+;/;function xe(e,t,n,r,i){for(var o,a,s,u,l,c,f=t.createDocumentFragment(),p=[],d=0,h=e.length;d\s*$/g;function je(e,t){return A(e,"table")&&A(11!==t.nodeType?t:t.firstChild,"tr")&&S(e).children("tbody")[0]||e}function De(e){return e.type=(null!==e.getAttribute("type"))+"/"+e.type,e}function qe(e){return"true/"===(e.type||"").slice(0,5)?e.type=e.type.slice(5):e.removeAttribute("type"),e}function Le(e,t){var n,r,i,o,a,s;if(1===t.nodeType){if(Y.hasData(e)&&(s=Y.get(e).events))for(i in Y.remove(t,"handle events"),s)for(n=0,r=s[i].length;n").attr(n.scriptAttrs||{}).prop({charset:n.scriptCharset,src:n.url}).on("load error",i=function(e){r.remove(),i=null,e&&t("error"===e.type?404:200,e.type)}),E.head.appendChild(r[0])},abort:function(){i&&i()}}});var _t,zt=[],Ut=/(=)\?(?=&|$)|\?\?/;S.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var e=zt.pop()||S.expando+"_"+wt.guid++;return this[e]=!0,e}}),S.ajaxPrefilter("json jsonp",function(e,t,n){var r,i,o,a=!1!==e.jsonp&&(Ut.test(e.url)?"url":"string"==typeof e.data&&0===(e.contentType||"").indexOf("application/x-www-form-urlencoded")&&Ut.test(e.data)&&"data");if(a||"jsonp"===e.dataTypes[0])return r=e.jsonpCallback=m(e.jsonpCallback)?e.jsonpCallback():e.jsonpCallback,a?e[a]=e[a].replace(Ut,"$1"+r):!1!==e.jsonp&&(e.url+=(Tt.test(e.url)?"&":"?")+e.jsonp+"="+r),e.converters["script json"]=function(){return o||S.error(r+" was not called"),o[0]},e.dataTypes[0]="json",i=C[r],C[r]=function(){o=arguments},n.always(function(){void 0===i?S(C).removeProp(r):C[r]=i,e[r]&&(e.jsonpCallback=t.jsonpCallback,zt.push(r)),o&&m(i)&&i(o[0]),o=i=void 0}),"script"}),y.createHTMLDocument=((_t=E.implementation.createHTMLDocument("").body).innerHTML="
    ",2===_t.childNodes.length),S.parseHTML=function(e,t,n){return"string"!=typeof e?[]:("boolean"==typeof t&&(n=t,t=!1),t||(y.createHTMLDocument?((r=(t=E.implementation.createHTMLDocument("")).createElement("base")).href=E.location.href,t.head.appendChild(r)):t=E),o=!n&&[],(i=N.exec(e))?[t.createElement(i[1])]:(i=xe([e],t,o),o&&o.length&&S(o).remove(),S.merge([],i.childNodes)));var r,i,o},S.fn.load=function(e,t,n){var r,i,o,a=this,s=e.indexOf(" ");return-1").append(S.parseHTML(e)).find(r):e)}).always(n&&function(e,t){a.each(function(){n.apply(this,o||[e.responseText,t,e])})}),this},S.expr.pseudos.animated=function(t){return S.grep(S.timers,function(e){return t===e.elem}).length},S.offset={setOffset:function(e,t,n){var r,i,o,a,s,u,l=S.css(e,"position"),c=S(e),f={};"static"===l&&(e.style.position="relative"),s=c.offset(),o=S.css(e,"top"),u=S.css(e,"left"),("absolute"===l||"fixed"===l)&&-1<(o+u).indexOf("auto")?(a=(r=c.position()).top,i=r.left):(a=parseFloat(o)||0,i=parseFloat(u)||0),m(t)&&(t=t.call(e,n,S.extend({},s))),null!=t.top&&(f.top=t.top-s.top+a),null!=t.left&&(f.left=t.left-s.left+i),"using"in t?t.using.call(e,f):c.css(f)}},S.fn.extend({offset:function(t){if(arguments.length)return void 0===t?this:this.each(function(e){S.offset.setOffset(this,t,e)});var e,n,r=this[0];return r?r.getClientRects().length?(e=r.getBoundingClientRect(),n=r.ownerDocument.defaultView,{top:e.top+n.pageYOffset,left:e.left+n.pageXOffset}):{top:0,left:0}:void 0},position:function(){if(this[0]){var e,t,n,r=this[0],i={top:0,left:0};if("fixed"===S.css(r,"position"))t=r.getBoundingClientRect();else{t=this.offset(),n=r.ownerDocument,e=r.offsetParent||n.documentElement;while(e&&(e===n.body||e===n.documentElement)&&"static"===S.css(e,"position"))e=e.parentNode;e&&e!==r&&1===e.nodeType&&((i=S(e).offset()).top+=S.css(e,"borderTopWidth",!0),i.left+=S.css(e,"borderLeftWidth",!0))}return{top:t.top-i.top-S.css(r,"marginTop",!0),left:t.left-i.left-S.css(r,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){var e=this.offsetParent;while(e&&"static"===S.css(e,"position"))e=e.offsetParent;return e||re})}}),S.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(t,i){var o="pageYOffset"===i;S.fn[t]=function(e){return $(this,function(e,t,n){var r;if(x(e)?r=e:9===e.nodeType&&(r=e.defaultView),void 0===n)return r?r[i]:e[t];r?r.scrollTo(o?r.pageXOffset:n,o?n:r.pageYOffset):e[t]=n},t,e,arguments.length)}}),S.each(["top","left"],function(e,n){S.cssHooks[n]=Fe(y.pixelPosition,function(e,t){if(t)return t=We(e,n),Pe.test(t)?S(e).position()[n]+"px":t})}),S.each({Height:"height",Width:"width"},function(a,s){S.each({padding:"inner"+a,content:s,"":"outer"+a},function(r,o){S.fn[o]=function(e,t){var n=arguments.length&&(r||"boolean"!=typeof e),i=r||(!0===e||!0===t?"margin":"border");return $(this,function(e,t,n){var r;return x(e)?0===o.indexOf("outer")?e["inner"+a]:e.document.documentElement["client"+a]:9===e.nodeType?(r=e.documentElement,Math.max(e.body["scroll"+a],r["scroll"+a],e.body["offset"+a],r["offset"+a],r["client"+a])):void 0===n?S.css(e,t,i):S.style(e,t,n,i)},s,n?e:void 0,n)}})}),S.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(e,t){S.fn[t]=function(e){return this.on(t,e)}}),S.fn.extend({bind:function(e,t,n){return this.on(e,null,t,n)},unbind:function(e,t){return this.off(e,null,t)},delegate:function(e,t,n,r){return this.on(t,e,n,r)},undelegate:function(e,t,n){return 1===arguments.length?this.off(e,"**"):this.off(t,e||"**",n)},hover:function(e,t){return this.mouseenter(e).mouseleave(t||e)}}),S.each("blur focus focusin focusout resize scroll click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup contextmenu".split(" "),function(e,n){S.fn[n]=function(e,t){return 0+~]|"+ge+")"+ge+"*"),x=new RegExp(ge+"|>"),j=new RegExp(g),A=new RegExp("^"+t+"$"),D={ID:new RegExp("^#("+t+")"),CLASS:new RegExp("^\\.("+t+")"),TAG:new RegExp("^("+t+"|[*])"),ATTR:new RegExp("^"+p),PSEUDO:new RegExp("^"+g),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+ge+"*(even|odd|(([+-]|)(\\d*)n|)"+ge+"*(?:([+-]|)"+ge+"*(\\d+)|))"+ge+"*\\)|)","i"),bool:new RegExp("^(?:"+f+")$","i"),needsContext:new RegExp("^"+ge+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+ge+"*((?:-\\d)?\\d*)"+ge+"*\\)|)(?=[^-]|$)","i")},N=/^(?:input|select|textarea|button)$/i,q=/^h\d$/i,L=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,H=/[+~]/,O=new RegExp("\\\\[\\da-fA-F]{1,6}"+ge+"?|\\\\([^\\r\\n\\f])","g"),P=function(e,t){var n="0x"+e.slice(1)-65536;return t||(n<0?String.fromCharCode(n+65536):String.fromCharCode(n>>10|55296,1023&n|56320))},M=function(){V()},R=J(function(e){return!0===e.disabled&&fe(e,"fieldset")},{dir:"parentNode",next:"legend"});try{k.apply(oe=ae.call(ye.childNodes),ye.childNodes),oe[ye.childNodes.length].nodeType}catch(e){k={apply:function(e,t){me.apply(e,ae.call(t))},call:function(e){me.apply(e,ae.call(arguments,1))}}}function I(t,e,n,r){var i,o,a,s,u,l,c,f=e&&e.ownerDocument,p=e?e.nodeType:9;if(n=n||[],"string"!=typeof t||!t||1!==p&&9!==p&&11!==p)return n;if(!r&&(V(e),e=e||T,C)){if(11!==p&&(u=L.exec(t)))if(i=u[1]){if(9===p){if(!(a=e.getElementById(i)))return n;if(a.id===i)return k.call(n,a),n}else if(f&&(a=f.getElementById(i))&&I.contains(e,a)&&a.id===i)return k.call(n,a),n}else{if(u[2])return k.apply(n,e.getElementsByTagName(t)),n;if((i=u[3])&&e.getElementsByClassName)return k.apply(n,e.getElementsByClassName(i)),n}if(!(h[t+" "]||d&&d.test(t))){if(c=t,f=e,1===p&&(x.test(t)||m.test(t))){(f=H.test(t)&&U(e.parentNode)||e)==e&&le.scope||((s=e.getAttribute("id"))?s=ce.escapeSelector(s):e.setAttribute("id",s=S)),o=(l=Y(t)).length;while(o--)l[o]=(s?"#"+s:":scope")+" "+Q(l[o]);c=l.join(",")}try{return k.apply(n,f.querySelectorAll(c)),n}catch(e){h(t,!0)}finally{s===S&&e.removeAttribute("id")}}}return re(t.replace(ve,"$1"),e,n,r)}function W(){var r=[];return function e(t,n){return r.push(t+" ")>b.cacheLength&&delete e[r.shift()],e[t+" "]=n}}function F(e){return e[S]=!0,e}function $(e){var t=T.createElement("fieldset");try{return!!e(t)}catch(e){return!1}finally{t.parentNode&&t.parentNode.removeChild(t),t=null}}function B(t){return function(e){return fe(e,"input")&&e.type===t}}function _(t){return function(e){return(fe(e,"input")||fe(e,"button"))&&e.type===t}}function z(t){return function(e){return"form"in e?e.parentNode&&!1===e.disabled?"label"in e?"label"in e.parentNode?e.parentNode.disabled===t:e.disabled===t:e.isDisabled===t||e.isDisabled!==!t&&R(e)===t:e.disabled===t:"label"in e&&e.disabled===t}}function X(a){return F(function(o){return o=+o,F(function(e,t){var n,r=a([],e.length,o),i=r.length;while(i--)e[n=r[i]]&&(e[n]=!(t[n]=e[n]))})})}function U(e){return e&&"undefined"!=typeof e.getElementsByTagName&&e}function V(e){var t,n=e?e.ownerDocument||e:ye;return n!=T&&9===n.nodeType&&n.documentElement&&(r=(T=n).documentElement,C=!ce.isXMLDoc(T),i=r.matches||r.webkitMatchesSelector||r.msMatchesSelector,r.msMatchesSelector&&ye!=T&&(t=T.defaultView)&&t.top!==t&&t.addEventListener("unload",M),le.getById=$(function(e){return r.appendChild(e).id=ce.expando,!T.getElementsByName||!T.getElementsByName(ce.expando).length}),le.disconnectedMatch=$(function(e){return i.call(e,"*")}),le.scope=$(function(){return T.querySelectorAll(":scope")}),le.cssHas=$(function(){try{return T.querySelector(":has(*,:jqfake)"),!1}catch(e){return!0}}),le.getById?(b.filter.ID=function(e){var t=e.replace(O,P);return function(e){return e.getAttribute("id")===t}},b.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&C){var n=t.getElementById(e);return n?[n]:[]}}):(b.filter.ID=function(e){var n=e.replace(O,P);return function(e){var t="undefined"!=typeof e.getAttributeNode&&e.getAttributeNode("id");return t&&t.value===n}},b.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&C){var n,r,i,o=t.getElementById(e);if(o){if((n=o.getAttributeNode("id"))&&n.value===e)return[o];i=t.getElementsByName(e),r=0;while(o=i[r++])if((n=o.getAttributeNode("id"))&&n.value===e)return[o]}return[]}}),b.find.TAG=function(e,t){return"undefined"!=typeof t.getElementsByTagName?t.getElementsByTagName(e):t.querySelectorAll(e)},b.find.CLASS=function(e,t){if("undefined"!=typeof t.getElementsByClassName&&C)return t.getElementsByClassName(e)},d=[],$(function(e){var t;r.appendChild(e).innerHTML="",e.querySelectorAll("[selected]").length||d.push("\\["+ge+"*(?:value|"+f+")"),e.querySelectorAll("[id~="+S+"-]").length||d.push("~="),e.querySelectorAll("a#"+S+"+*").length||d.push(".#.+[+~]"),e.querySelectorAll(":checked").length||d.push(":checked"),(t=T.createElement("input")).setAttribute("type","hidden"),e.appendChild(t).setAttribute("name","D"),r.appendChild(e).disabled=!0,2!==e.querySelectorAll(":disabled").length&&d.push(":enabled",":disabled"),(t=T.createElement("input")).setAttribute("name",""),e.appendChild(t),e.querySelectorAll("[name='']").length||d.push("\\["+ge+"*name"+ge+"*="+ge+"*(?:''|\"\")")}),le.cssHas||d.push(":has"),d=d.length&&new RegExp(d.join("|")),l=function(e,t){if(e===t)return a=!0,0;var n=!e.compareDocumentPosition-!t.compareDocumentPosition;return n||(1&(n=(e.ownerDocument||e)==(t.ownerDocument||t)?e.compareDocumentPosition(t):1)||!le.sortDetached&&t.compareDocumentPosition(e)===n?e===T||e.ownerDocument==ye&&I.contains(ye,e)?-1:t===T||t.ownerDocument==ye&&I.contains(ye,t)?1:o?se.call(o,e)-se.call(o,t):0:4&n?-1:1)}),T}for(e in I.matches=function(e,t){return I(e,null,null,t)},I.matchesSelector=function(e,t){if(V(e),C&&!h[t+" "]&&(!d||!d.test(t)))try{var n=i.call(e,t);if(n||le.disconnectedMatch||e.document&&11!==e.document.nodeType)return n}catch(e){h(t,!0)}return 0":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace(O,P),e[3]=(e[3]||e[4]||e[5]||"").replace(O,P),"~="===e[2]&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),"nth"===e[1].slice(0,3)?(e[3]||I.error(e[0]),e[4]=+(e[4]?e[5]+(e[6]||1):2*("even"===e[3]||"odd"===e[3])),e[5]=+(e[7]+e[8]||"odd"===e[3])):e[3]&&I.error(e[0]),e},PSEUDO:function(e){var t,n=!e[6]&&e[2];return D.CHILD.test(e[0])?null:(e[3]?e[2]=e[4]||e[5]||"":n&&j.test(n)&&(t=Y(n,!0))&&(t=n.indexOf(")",n.length-t)-n.length)&&(e[0]=e[0].slice(0,t),e[2]=n.slice(0,t)),e.slice(0,3))}},filter:{TAG:function(e){var t=e.replace(O,P).toLowerCase();return"*"===e?function(){return!0}:function(e){return fe(e,t)}},CLASS:function(e){var t=s[e+" "];return t||(t=new RegExp("(^|"+ge+")"+e+"("+ge+"|$)"))&&s(e,function(e){return t.test("string"==typeof e.className&&e.className||"undefined"!=typeof e.getAttribute&&e.getAttribute("class")||"")})},ATTR:function(n,r,i){return function(e){var t=I.attr(e,n);return null==t?"!="===r:!r||(t+="","="===r?t===i:"!="===r?t!==i:"^="===r?i&&0===t.indexOf(i):"*="===r?i&&-1:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;function T(e,n,r){return v(n)?ce.grep(e,function(e,t){return!!n.call(e,t,e)!==r}):n.nodeType?ce.grep(e,function(e){return e===n!==r}):"string"!=typeof n?ce.grep(e,function(e){return-1)[^>]*|#([\w-]+))$/;(ce.fn.init=function(e,t,n){var r,i;if(!e)return this;if(n=n||k,"string"==typeof e){if(!(r="<"===e[0]&&">"===e[e.length-1]&&3<=e.length?[null,e,null]:S.exec(e))||!r[1]&&t)return!t||t.jquery?(t||n).find(e):this.constructor(t).find(e);if(r[1]){if(t=t instanceof ce?t[0]:t,ce.merge(this,ce.parseHTML(r[1],t&&t.nodeType?t.ownerDocument||t:C,!0)),w.test(r[1])&&ce.isPlainObject(t))for(r in t)v(this[r])?this[r](t[r]):this.attr(r,t[r]);return this}return(i=C.getElementById(r[2]))&&(this[0]=i,this.length=1),this}return e.nodeType?(this[0]=e,this.length=1,this):v(e)?void 0!==n.ready?n.ready(e):e(ce):ce.makeArray(e,this)}).prototype=ce.fn,k=ce(C);var E=/^(?:parents|prev(?:Until|All))/,j={children:!0,contents:!0,next:!0,prev:!0};function A(e,t){while((e=e[t])&&1!==e.nodeType);return e}ce.fn.extend({has:function(e){var t=ce(e,this),n=t.length;return this.filter(function(){for(var e=0;e\x20\t\r\n\f]*)/i,Ce=/^$|^module$|\/(?:java|ecma)script/i;xe=C.createDocumentFragment().appendChild(C.createElement("div")),(be=C.createElement("input")).setAttribute("type","radio"),be.setAttribute("checked","checked"),be.setAttribute("name","t"),xe.appendChild(be),le.checkClone=xe.cloneNode(!0).cloneNode(!0).lastChild.checked,xe.innerHTML="",le.noCloneChecked=!!xe.cloneNode(!0).lastChild.defaultValue,xe.innerHTML="",le.option=!!xe.lastChild;var ke={thead:[1,"","
    "],col:[2,"","
    "],tr:[2,"","
    "],td:[3,"","
    "],_default:[0,"",""]};function Se(e,t){var n;return n="undefined"!=typeof e.getElementsByTagName?e.getElementsByTagName(t||"*"):"undefined"!=typeof e.querySelectorAll?e.querySelectorAll(t||"*"):[],void 0===t||t&&fe(e,t)?ce.merge([e],n):n}function Ee(e,t){for(var n=0,r=e.length;n",""]);var je=/<|&#?\w+;/;function Ae(e,t,n,r,i){for(var o,a,s,u,l,c,f=t.createDocumentFragment(),p=[],d=0,h=e.length;d\s*$/g;function Re(e,t){return fe(e,"table")&&fe(11!==t.nodeType?t:t.firstChild,"tr")&&ce(e).children("tbody")[0]||e}function Ie(e){return e.type=(null!==e.getAttribute("type"))+"/"+e.type,e}function We(e){return"true/"===(e.type||"").slice(0,5)?e.type=e.type.slice(5):e.removeAttribute("type"),e}function Fe(e,t){var n,r,i,o,a,s;if(1===t.nodeType){if(_.hasData(e)&&(s=_.get(e).events))for(i in _.remove(t,"handle events"),s)for(n=0,r=s[i].length;n").attr(n.scriptAttrs||{}).prop({charset:n.scriptCharset,src:n.url}).on("load error",i=function(e){r.remove(),i=null,e&&t("error"===e.type?404:200,e.type)}),C.head.appendChild(r[0])},abort:function(){i&&i()}}});var Jt,Kt=[],Zt=/(=)\?(?=&|$)|\?\?/;ce.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var e=Kt.pop()||ce.expando+"_"+jt.guid++;return this[e]=!0,e}}),ce.ajaxPrefilter("json jsonp",function(e,t,n){var r,i,o,a=!1!==e.jsonp&&(Zt.test(e.url)?"url":"string"==typeof e.data&&0===(e.contentType||"").indexOf("application/x-www-form-urlencoded")&&Zt.test(e.data)&&"data");if(a||"jsonp"===e.dataTypes[0])return r=e.jsonpCallback=v(e.jsonpCallback)?e.jsonpCallback():e.jsonpCallback,a?e[a]=e[a].replace(Zt,"$1"+r):!1!==e.jsonp&&(e.url+=(At.test(e.url)?"&":"?")+e.jsonp+"="+r),e.converters["script json"]=function(){return o||ce.error(r+" was not called"),o[0]},e.dataTypes[0]="json",i=ie[r],ie[r]=function(){o=arguments},n.always(function(){void 0===i?ce(ie).removeProp(r):ie[r]=i,e[r]&&(e.jsonpCallback=t.jsonpCallback,Kt.push(r)),o&&v(i)&&i(o[0]),o=i=void 0}),"script"}),le.createHTMLDocument=((Jt=C.implementation.createHTMLDocument("").body).innerHTML="
    ",2===Jt.childNodes.length),ce.parseHTML=function(e,t,n){return"string"!=typeof e?[]:("boolean"==typeof t&&(n=t,t=!1),t||(le.createHTMLDocument?((r=(t=C.implementation.createHTMLDocument("")).createElement("base")).href=C.location.href,t.head.appendChild(r)):t=C),o=!n&&[],(i=w.exec(e))?[t.createElement(i[1])]:(i=Ae([e],t,o),o&&o.length&&ce(o).remove(),ce.merge([],i.childNodes)));var r,i,o},ce.fn.load=function(e,t,n){var r,i,o,a=this,s=e.indexOf(" ");return-1").append(ce.parseHTML(e)).find(r):e)}).always(n&&function(e,t){a.each(function(){n.apply(this,o||[e.responseText,t,e])})}),this},ce.expr.pseudos.animated=function(t){return ce.grep(ce.timers,function(e){return t===e.elem}).length},ce.offset={setOffset:function(e,t,n){var r,i,o,a,s,u,l=ce.css(e,"position"),c=ce(e),f={};"static"===l&&(e.style.position="relative"),s=c.offset(),o=ce.css(e,"top"),u=ce.css(e,"left"),("absolute"===l||"fixed"===l)&&-1<(o+u).indexOf("auto")?(a=(r=c.position()).top,i=r.left):(a=parseFloat(o)||0,i=parseFloat(u)||0),v(t)&&(t=t.call(e,n,ce.extend({},s))),null!=t.top&&(f.top=t.top-s.top+a),null!=t.left&&(f.left=t.left-s.left+i),"using"in t?t.using.call(e,f):c.css(f)}},ce.fn.extend({offset:function(t){if(arguments.length)return void 0===t?this:this.each(function(e){ce.offset.setOffset(this,t,e)});var e,n,r=this[0];return r?r.getClientRects().length?(e=r.getBoundingClientRect(),n=r.ownerDocument.defaultView,{top:e.top+n.pageYOffset,left:e.left+n.pageXOffset}):{top:0,left:0}:void 0},position:function(){if(this[0]){var e,t,n,r=this[0],i={top:0,left:0};if("fixed"===ce.css(r,"position"))t=r.getBoundingClientRect();else{t=this.offset(),n=r.ownerDocument,e=r.offsetParent||n.documentElement;while(e&&(e===n.body||e===n.documentElement)&&"static"===ce.css(e,"position"))e=e.parentNode;e&&e!==r&&1===e.nodeType&&((i=ce(e).offset()).top+=ce.css(e,"borderTopWidth",!0),i.left+=ce.css(e,"borderLeftWidth",!0))}return{top:t.top-i.top-ce.css(r,"marginTop",!0),left:t.left-i.left-ce.css(r,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){var e=this.offsetParent;while(e&&"static"===ce.css(e,"position"))e=e.offsetParent;return e||J})}}),ce.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(t,i){var o="pageYOffset"===i;ce.fn[t]=function(e){return M(this,function(e,t,n){var r;if(y(e)?r=e:9===e.nodeType&&(r=e.defaultView),void 0===n)return r?r[i]:e[t];r?r.scrollTo(o?r.pageXOffset:n,o?n:r.pageYOffset):e[t]=n},t,e,arguments.length)}}),ce.each(["top","left"],function(e,n){ce.cssHooks[n]=Ye(le.pixelPosition,function(e,t){if(t)return t=Ge(e,n),_e.test(t)?ce(e).position()[n]+"px":t})}),ce.each({Height:"height",Width:"width"},function(a,s){ce.each({padding:"inner"+a,content:s,"":"outer"+a},function(r,o){ce.fn[o]=function(e,t){var n=arguments.length&&(r||"boolean"!=typeof e),i=r||(!0===e||!0===t?"margin":"border");return M(this,function(e,t,n){var r;return y(e)?0===o.indexOf("outer")?e["inner"+a]:e.document.documentElement["client"+a]:9===e.nodeType?(r=e.documentElement,Math.max(e.body["scroll"+a],r["scroll"+a],e.body["offset"+a],r["offset"+a],r["client"+a])):void 0===n?ce.css(e,t,i):ce.style(e,t,n,i)},s,n?e:void 0,n)}})}),ce.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(e,t){ce.fn[t]=function(e){return this.on(t,e)}}),ce.fn.extend({bind:function(e,t,n){return this.on(e,null,t,n)},unbind:function(e,t){return this.off(e,null,t)},delegate:function(e,t,n,r){return this.on(t,e,n,r)},undelegate:function(e,t,n){return 1===arguments.length?this.off(e,"**"):this.off(t,e||"**",n)},hover:function(e,t){return this.on("mouseenter",e).on("mouseleave",t||e)}}),ce.each("blur focus focusin focusout resize scroll click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup contextmenu".split(" "),function(e,n){ce.fn[n]=function(e,t){return 0This sequence’s error, if any.

    ","parent_name":"YamlSequence"},"Structs/YamlSequence.html#/s:4Yams12YamlSequenceV4nextxSgyF":{"name":"next()","abstract":"

    Swift.Sequence.next().

    ","parent_name":"YamlSequence"},"Structs/Mark.html#/s:4Yams4MarkV4lineSivp":{"name":"line","abstract":"

    Line number starting from 1.

    ","parent_name":"Mark"},"Structs/Mark.html#/s:4Yams4MarkV6columnSivp":{"name":"column","abstract":"

    Column number starting from 1. libYAML counts columns in UnicodeScalar.

    ","parent_name":"Mark"},"Structs/Mark.html#/s:4Yams4MarkV11descriptionSSvp":{"name":"description","abstract":"

    A textual representation of this instance.

    ","parent_name":"Mark"},"Structs/Mark.html#/s:4Yams4MarkV7snippet4fromS2S_tF":{"name":"snippet(from:)","abstract":"

    Returns snippet string pointed by Mark instance from YAML String.

    ","parent_name":"Mark"},"Structs/Mark.html":{"name":"Mark","abstract":"

    The pointer position.

    "},"Structs/YamlSequence.html":{"name":"YamlSequence","abstract":"

    Sequence that holds an error.

    "},"Protocols/YAMLEncodable.html#/s:4Yams13YAMLEncodableP3boxAA4NodeOyF":{"name":"box()","abstract":"

    Returns this value wrapped in a Node.

    ","parent_name":"YAMLEncodable"},"Protocols/YAMLEncodable.html#/s:4Yams13YAMLEncodablePA2A19ScalarRepresentableRzrlE3boxAA4NodeOyF":{"name":"box()","parent_name":"YAMLEncodable"},"Protocols/ScalarRepresentable.html#/s:4Yams19ScalarRepresentableP11representedAA4NodeO0B0VyF":{"name":"represented()","abstract":"

    This value’s Node.scalar representation.

    ","parent_name":"ScalarRepresentable"},"Protocols/NodeRepresentable.html#/s:4Yams17NodeRepresentableP11representedAA0B0OyKF":{"name":"represented()","abstract":"

    This value’s Node representation.

    ","parent_name":"NodeRepresentable"},"Protocols/SexagesimalConvertible.html#/s:4Yams22SexagesimalConvertibleP6create4fromxSgSS_tFZ":{"name":"create(from:)","abstract":"

    Creates a sexagesimal numeric value from the given string.

    ","parent_name":"SexagesimalConvertible"},"Protocols/SexagesimalConvertible.html#/s:4Yams22SexagesimalConvertibleP1moiyxx_xtFZ":{"name":"*(_:_:)","abstract":"

    Multiplies two sexagesimal numeric values.

    ","parent_name":"SexagesimalConvertible"},"Protocols/SexagesimalConvertible.html#/s:4Yams22SexagesimalConvertibleP1poiyxx_xtFZ":{"name":"+(_:_:)","abstract":"

    Adds two sexagesimal numeric values.

    ","parent_name":"SexagesimalConvertible"},"Protocols/SexagesimalConvertible.html#/s:4Yams22SexagesimalConvertiblePAAs014LosslessStringC0RzrlE6create4fromxSgSS_tFZ":{"name":"create(from:)","parent_name":"SexagesimalConvertible"},"Protocols/SexagesimalConvertible.html#/s:4Yams22SexagesimalConvertiblePAAs17FixedWidthIntegerRzrlE6create4fromxSgSS_tFZ":{"name":"create(from:)","parent_name":"SexagesimalConvertible"},"Protocols/ScalarConstructible.html#/s:4Yams19ScalarConstructibleP9construct4fromxSgAA4NodeO0B0V_tFZ":{"name":"construct(from:)","abstract":"

    Construct an instance of Self, if possible, from the specified scalar.

    ","parent_name":"ScalarConstructible"},"Protocols/ScalarConstructible.html#/s:4Yams19ScalarConstructiblePAASFRzAA22SexagesimalConvertibleRzrlE9construct4fromxSgAA4NodeO0B0V_tFZ":{"name":"construct(from:)","parent_name":"ScalarConstructible"},"Protocols/ScalarConstructible.html":{"name":"ScalarConstructible","abstract":"

    Types conforming to this protocol can be extracted Node.Scalars.

    "},"Protocols/SexagesimalConvertible.html":{"name":"SexagesimalConvertible","abstract":"

    Confirming types are convertible to base 60 numeric values.

    "},"Protocols/NodeRepresentable.html":{"name":"NodeRepresentable","abstract":"

    Type is representable as Node.

    "},"Protocols/ScalarRepresentable.html":{"name":"ScalarRepresentable","abstract":"

    Type is representable as Node.scalar.

    "},"Protocols/YAMLEncodable.html":{"name":"YAMLEncodable","abstract":"

    Types conforming to this protocol can be encoded by YamlEncoder.

    "},"Functions.html#/s:4Yams4dump7objects9canonical6indent5width12allowUnicode9lineBreak13explicitStart0K3End7version8sortKeys13sequenceStyle07mappingR0013newLineScalarR0SSx_SbS2iSbAA7EmitterC0uJ0OS2bSi5major_Si5minortSgSbAA4NodeO8SequenceV0R0OAX7MappingVA_OAX0V0VA_OtKSTRzlF":{"name":"dump(objects:canonical:indent:width:allowUnicode:lineBreak:explicitStart:explicitEnd:version:sortKeys:sequenceStyle:mappingStyle:newLineScalarStyle:)","abstract":"

    Produce a YAML string from objects.

    "},"Functions.html#/s:4Yams4dump6object9canonical6indent5width12allowUnicode9lineBreak13explicitStart0K3End7version8sortKeys13sequenceStyle07mappingR0013newLineScalarR0SSypSg_SbS2iSbAA7EmitterC0uJ0OS2bSi5major_Si5minortSgSbAA4NodeO8SequenceV0R0OAY7MappingVA0_OAY0V0VA0_OtKF":{"name":"dump(object:canonical:indent:width:allowUnicode:lineBreak:explicitStart:explicitEnd:version:sortKeys:sequenceStyle:mappingStyle:newLineScalarStyle:)","abstract":"

    Produce a YAML string from an object.

    "},"Functions.html#/s:4Yams9serialize5nodes9canonical6indent5width12allowUnicode9lineBreak13explicitStart0K3End7version8sortKeys13sequenceStyle07mappingR0013newLineScalarR0SSx_SbS2iSbAA7EmitterC0uJ0OS2bSi5major_Si5minortSgSbAA4NodeO8SequenceV0R0OAX7MappingVA_OAX0V0VA_OtKSTRzAX7ElementRtzlF":{"name":"serialize(nodes:canonical:indent:width:allowUnicode:lineBreak:explicitStart:explicitEnd:version:sortKeys:sequenceStyle:mappingStyle:newLineScalarStyle:)","abstract":"

    Produce a YAML string from a Node.

    "},"Functions.html#/s:4Yams9serialize4node9canonical6indent5width12allowUnicode9lineBreak13explicitStart0K3End7version8sortKeys13sequenceStyle07mappingR0013newLineScalarR0SSAA4NodeO_SbS2iSbAA7EmitterC0uJ0OS2bSi5major_Si5minortSgSbAQ8SequenceV0R0OAQ7MappingVA_OAQ0V0VA_OtKF":{"name":"serialize(node:canonical:indent:width:allowUnicode:lineBreak:explicitStart:explicitEnd:version:sortKeys:sequenceStyle:mappingStyle:newLineScalarStyle:)","abstract":"

    Produce a YAML string from a Node.

    "},"Functions.html#/s:4Yams8load_all4yaml___AA12YamlSequenceVyypGSS_AA8ResolverCAA11ConstructorCAA6ParserC8EncodingOtKF":{"name":"load_all(yaml:_:_:_:)","abstract":"

    Parse all YAML documents in a String"},"Functions.html#/s:4Yams4load4yaml___ypSgSS_AA8ResolverCAA11ConstructorCAA6ParserC8EncodingOtKF":{"name":"load(yaml:_:_:_:)","abstract":"

    Parse the first YAML document in a String"},"Functions.html#/s:4Yams11compose_all4yaml___AA12YamlSequenceVyAA4NodeOGSS_AA8ResolverCAA11ConstructorCAA6ParserC8EncodingOtKF":{"name":"compose_all(yaml:_:_:_:)","abstract":"

    Parse all YAML documents in a String"},"Functions.html#/s:4Yams7compose4yaml___AA4NodeOSgSS_AA8ResolverCAA11ConstructorCAA6ParserC8EncodingOtKF":{"name":"compose(yaml:_:_:_:)","abstract":"

    Parse the first YAML document in a String"},"Extensions/Optional.html#/s:Sq4YamsE11representedAA4NodeOyKF":{"name":"represented()","abstract":"

    This value’s Node.scalar representation.

    ","parent_name":"Optional"},"Extensions/BinaryInteger.html#/s:Sz4YamsE11representedAA4NodeO6ScalarVyF":{"name":"represented()","abstract":"

    This value’s Node.scalar representation.

    ","parent_name":"BinaryInteger"},"Extensions/Decoder.html#/s:s7DecoderP4YamsE4markAC4MarkVSgvp":{"name":"mark","abstract":"

    The Mark for the underlying Node that has been decoded.

    ","parent_name":"Decoder"},"Extensions/URL.html#/s:10Foundation3URLV4YamsE9construct4fromACSgAD4NodeO6ScalarV_tFZ":{"name":"construct(from:)","abstract":"

    Construct an instance of URL, if possible, from the specified scalar.

    ","parent_name":"URL"},"Extensions/URL.html#/s:10Foundation3URLV4YamsE11representedAD4NodeO6ScalarVyF":{"name":"represented()","abstract":"

    This value’s Node.scalar representation.

    ","parent_name":"URL"},"Extensions/Decimal.html#/s:So9NSDecimala4YamsE9construct4fromABSgAC4NodeO6ScalarV_tFZ":{"name":"construct(from:)","abstract":"

    Construct an instance of Decimal, if possible, from the specified scalar.

    ","parent_name":"Decimal"},"Extensions/Decimal.html#/s:So9NSDecimala4YamsE11representedAC4NodeO6ScalarVyF":{"name":"represented()","abstract":"

    This value’s Node.scalar representation.

    ","parent_name":"Decimal"},"Extensions/FixedWidthInteger.html#/s:s17FixedWidthIntegerP4YamsSZRzrlE9construct4fromxSgAC4NodeO6ScalarV_tFZ":{"name":"construct(from:)","abstract":"

    Construct an instance of Self, if possible, from the specified scalar.

    ","parent_name":"FixedWidthInteger"},"Extensions/FixedWidthInteger.html#/s:s17FixedWidthIntegerP4YamsSURzrlE9construct4fromxSgAC4NodeO6ScalarV_tFZ":{"name":"construct(from:)","abstract":"

    Construct an instance of Self, if possible, from the specified scalar.

    ","parent_name":"FixedWidthInteger"},"Extensions/Array.html#/s:Sa4YamsE13construct_seq4fromSayypGAA4NodeO8SequenceV_tFZ":{"name":"construct_seq(from:)","abstract":"

    Construct an Array of Any from the specified sequence.

    ","parent_name":"Array"},"Extensions/Array.html#/s:Sa4YamsE14construct_omap4fromSayyp_yptGAA4NodeO8SequenceV_tFZ":{"name":"construct_omap(from:)","abstract":"

    Construct an “O-map” (array of (Any, Any) tuples) from the specified sequence.

    ","parent_name":"Array"},"Extensions/Array.html#/s:Sa4YamsE15construct_pairs4fromSayyp_yptGAA4NodeO8SequenceV_tFZ":{"name":"construct_pairs(from:)","abstract":"

    Construct an array of (Any, Any) tuples from the specified sequence.

    ","parent_name":"Array"},"Extensions/Array.html#/s:Sa4YamsE11representedAA4NodeOyKF":{"name":"represented()","abstract":"

    This value’s Node representation.

    ","parent_name":"Array"},"Extensions/Set.html#/s:Sh4YamsE13construct_set4fromShys11AnyHashableVGSgAA4NodeO7MappingV_tFZ":{"name":"construct_set(from:)","abstract":"

    Construct a Set, if possible, from the specified mapping.

    ","parent_name":"Set"},"Extensions/Dictionary.html#/s:SD4YamsE17construct_mapping4fromSDys11AnyHashableVypGSgAA4NodeO7MappingV_tFZ":{"name":"construct_mapping(from:)","abstract":"

    Construct a Dictionary, if possible, from the specified mapping.

    ","parent_name":"Dictionary"},"Extensions/Dictionary.html#/s:SD4YamsE11representedAA4NodeOyKF":{"name":"represented()","abstract":"

    This value’s Node representation.

    ","parent_name":"Dictionary"},"Extensions/NSNull.html#/s:So6NSNullC4YamsE9construct4fromABSgAC4NodeO6ScalarV_tFZ":{"name":"construct(from:)","abstract":"

    Construct an instance of NSNull, if possible, from the specified scalar.

    ","parent_name":"NSNull"},"Extensions/NSNull.html#/s:So6NSNullC4YamsE11representedAC4NodeO6ScalarVyF":{"name":"represented()","abstract":"

    This value’s Node.scalar representation.

    ","parent_name":"NSNull"},"Extensions/String.html#/s:SS4YamsE9construct4fromSSSgAA4NodeO6ScalarV_tFZ":{"name":"construct(from:)","abstract":"

    Construct an instance of String, if possible, from the specified scalar.

    ","parent_name":"String"},"Extensions/String.html#/s:SS4YamsE9construct4fromSSSgAA4NodeO_tFZ":{"name":"construct(from:)","abstract":"

    Construct an instance of String, if possible, from the specified Node.

    ","parent_name":"String"},"Extensions/String.html#/s:SS4YamsE11representedAA4NodeO6ScalarVyF":{"name":"represented()","abstract":"

    This value’s Node.scalar representation.

    ","parent_name":"String"},"Extensions/UInt64.html#/s:s6UInt64V4YamsE9construct4fromABSgAC4NodeO6ScalarV_tFZ":{"name":"construct(from:)","abstract":"

    Construct an instance of UInt64, if possible, from the specified scalar.

    ","parent_name":"UInt64"},"Extensions/Int64.html#/s:s5Int64V4YamsE9construct4fromABSgAC4NodeO6ScalarV_tFZ":{"name":"construct(from:)","abstract":"

    Construct an instance of Int64, if possible, from the specified scalar.

    ","parent_name":"Int64"},"Extensions/UInt.html#/s:Su4YamsE9construct4fromSuSgAA4NodeO6ScalarV_tFZ":{"name":"construct(from:)","abstract":"

    Construct an instance of UInt, if possible, from the specified scalar.

    ","parent_name":"UInt"},"Extensions/Int.html#/s:Si4YamsE9construct4fromSiSgAA4NodeO6ScalarV_tFZ":{"name":"construct(from:)","abstract":"

    Construct an instance of Int, if possible, from the specified scalar.

    ","parent_name":"Int"},"Extensions/Float.html#/s:Sf4YamsE11representedAA4NodeO6ScalarVyF":{"name":"represented()","abstract":"

    This value’s Node.scalar representation.

    ","parent_name":"Float"},"Extensions/Float.html#/s:Sf4YamsE3boxAA4NodeOyF":{"name":"box()","abstract":"

    Returns this value wrapped in a Node.scalar.

    ","parent_name":"Float"},"Extensions/Double.html#/s:Sd4YamsE11representedAA4NodeO6ScalarVyF":{"name":"represented()","abstract":"

    This value’s Node.scalar representation.

    ","parent_name":"Double"},"Extensions/Double.html#/s:Sd4YamsE3boxAA4NodeOyF":{"name":"box()","abstract":"

    Returns this value wrapped in a Node.scalar.

    ","parent_name":"Double"},"Extensions/Date.html#/s:10Foundation4DateV4YamsE9construct4fromACSgAD4NodeO6ScalarV_tFZ":{"name":"construct(from:)","abstract":"

    Construct an instance of Date, if possible, from the specified scalar.

    ","parent_name":"Date"},"Extensions/Date.html#/s:10Foundation4DateV4YamsE11representedAD4NodeO6ScalarVyF":{"name":"represented()","abstract":"

    This value’s Node.scalar representation.

    ","parent_name":"Date"},"Extensions/Date.html#/s:10Foundation4DateV4YamsE3boxAD4NodeOyF":{"name":"box()","abstract":"

    Returns this value wrapped in a Node.scalar.

    ","parent_name":"Date"},"Extensions/Data.html#/s:10Foundation4DataV4YamsE9construct4fromACSgAD4NodeO6ScalarV_tFZ":{"name":"construct(from:)","abstract":"

    Construct an instance of Data, if possible, from the specified scalar.

    ","parent_name":"Data"},"Extensions/Data.html#/s:10Foundation4DataV4YamsE11representedAD4NodeO6ScalarVyF":{"name":"represented()","abstract":"

    This value’s Node.scalar representation.

    ","parent_name":"Data"},"Extensions/Bool.html#/s:Sb4YamsE9construct4fromSbSgAA4NodeO6ScalarV_tFZ":{"name":"construct(from:)","abstract":"

    Construct an instance of Bool, if possible, from the specified scalar.

    ","parent_name":"Bool"},"Extensions/Bool.html#/s:Sb4YamsE11representedAA4NodeO6ScalarVyF":{"name":"represented()","abstract":"

    This value’s Node.scalar representation.

    ","parent_name":"Bool"},"Extensions/UUID.html#/s:10Foundation4UUIDV4YamsE9construct4fromACSgAD4NodeO6ScalarV_tFZ":{"name":"construct(from:)","abstract":"

    Construct an instance of UUID, if possible, from the specified scalar.

    ","parent_name":"UUID"},"Extensions/UUID.html#/s:10Foundation4UUIDV4YamsE11representedAD4NodeO6ScalarVyF":{"name":"represented()","abstract":"

    This value’s Node.scalar representation.

    ","parent_name":"UUID"},"Extensions/UUID.html":{"name":"UUID"},"Extensions/Bool.html":{"name":"Bool"},"Extensions/Data.html":{"name":"Data"},"Extensions/Date.html":{"name":"Date"},"Extensions/Double.html":{"name":"Double"},"Extensions/Float.html":{"name":"Float"},"Extensions/Int.html":{"name":"Int"},"Extensions/UInt.html":{"name":"UInt"},"Extensions/Int64.html":{"name":"Int64"},"Extensions/UInt64.html":{"name":"UInt64"},"Extensions/String.html":{"name":"String"},"Extensions/NSNull.html":{"name":"NSNull"},"Extensions/Dictionary.html":{"name":"Dictionary"},"Extensions/Set.html":{"name":"Set"},"Extensions/Array.html":{"name":"Array"},"Extensions/FixedWidthInteger.html":{"name":"FixedWidthInteger"},"Extensions.html#/s:s4Int8V":{"name":"Int8"},"Extensions.html#/s:s5Int16V":{"name":"Int16"},"Extensions.html#/s:s5Int32V":{"name":"Int32"},"Extensions.html#/s:s5UInt8V":{"name":"UInt8"},"Extensions.html#/s:s6UInt16V":{"name":"UInt16"},"Extensions.html#/s:s6UInt32V":{"name":"UInt32"},"Extensions/Decimal.html":{"name":"Decimal"},"Extensions/URL.html":{"name":"URL"},"Extensions/Decoder.html":{"name":"Decoder"},"Extensions/BinaryInteger.html":{"name":"BinaryInteger"},"Extensions/Optional.html":{"name":"Optional"},"Enums/YamlError/Context.html#/s:4Yams9YamlErrorO7ContextV4textSSvp":{"name":"text","abstract":"

    Context text.

    ","parent_name":"Context"},"Enums/YamlError/Context.html#/s:4Yams9YamlErrorO7ContextV4markAA4MarkVvp":{"name":"mark","abstract":"

    Context position.

    ","parent_name":"Context"},"Enums/YamlError/Context.html#/s:4Yams9YamlErrorO7ContextV11descriptionSSvp":{"name":"description","abstract":"

    A textual representation of this instance.

    ","parent_name":"Context"},"Enums/YamlError.html#/s:4Yams9YamlErrorO2noyA2CmF":{"name":"no","abstract":"

    YAML_NO_ERROR. No error is produced.

    ","parent_name":"YamlError"},"Enums/YamlError.html#/s:4Yams9YamlErrorO6memoryyA2CmF":{"name":"memory","abstract":"

    YAML_MEMORY_ERROR. Cannot allocate or reallocate a block of memory.

    ","parent_name":"YamlError"},"Enums/YamlError.html#/s:4Yams9YamlErrorO6readeryACSS_SiSgs5Int32VSStcACmF":{"name":"reader(problem:offset:value:yaml:)","abstract":"

    YAML_READER_ERROR. Cannot read or decode the input stream.

    ","parent_name":"YamlError"},"Enums/YamlError.html#/s:4Yams9YamlErrorO7scanneryA2C7ContextVSg_SSAA4MarkVSStcACmF":{"name":"scanner(context:problem:_:yaml:)","abstract":"

    YAML_SCANNER_ERROR. Cannot scan the input stream.

    ","parent_name":"YamlError"},"Enums/YamlError.html#/s:4Yams9YamlErrorO6parseryA2C7ContextVSg_SSAA4MarkVSStcACmF":{"name":"parser(context:problem:_:yaml:)","abstract":"

    YAML_PARSER_ERROR. Cannot parse the input stream.

    ","parent_name":"YamlError"},"Enums/YamlError.html#/s:4Yams9YamlErrorO8composeryA2C7ContextVSg_SSAA4MarkVSStcACmF":{"name":"composer(context:problem:_:yaml:)","abstract":"

    YAML_COMPOSER_ERROR. Cannot compose a YAML document.

    ","parent_name":"YamlError"},"Enums/YamlError.html#/s:4Yams9YamlErrorO6writeryACSS_tcACmF":{"name":"writer(problem:)","abstract":"

    YAML_WRITER_ERROR. Cannot write to the output stream.

    ","parent_name":"YamlError"},"Enums/YamlError.html#/s:4Yams9YamlErrorO7emitteryACSS_tcACmF":{"name":"emitter(problem:)","abstract":"

    YAML_EMITTER_ERROR. Cannot emit a YAML stream.

    ","parent_name":"YamlError"},"Enums/YamlError.html#/s:4Yams9YamlErrorO11representeryACSS_tcACmF":{"name":"representer(problem:)","abstract":"

    Used in NodeRepresentable.

    ","parent_name":"YamlError"},"Enums/YamlError.html#/s:4Yams9YamlErrorO21dataCouldNotBeDecodedyACSS10FoundationE8EncodingV_tcACmF":{"name":"dataCouldNotBeDecoded(encoding:)","abstract":"

    String data could not be decoded with the specified encoding.

    ","parent_name":"YamlError"},"Enums/YamlError/Context.html":{"name":"Context","abstract":"

    The error context.

    ","parent_name":"YamlError"},"Enums/YamlError.html#/s:4Yams9YamlErrorO11descriptionSSvp":{"name":"description","abstract":"

    A textual representation of this instance.

    ","parent_name":"YamlError"},"Enums/Node/Sequence/Style.html#/s:4Yams4NodeO8SequenceV5StyleO3anyyA2GmF":{"name":"any","abstract":"

    Let the emitter choose the style.

    ","parent_name":"Style"},"Enums/Node/Sequence/Style.html#/s:4Yams4NodeO8SequenceV5StyleO5blockyA2GmF":{"name":"block","abstract":"

    The block sequence style.

    ","parent_name":"Style"},"Enums/Node/Sequence/Style.html#/s:4Yams4NodeO8SequenceV5StyleO4flowyA2GmF":{"name":"flow","abstract":"

    The flow sequence style.

    ","parent_name":"Style"},"Enums/Node/Sequence.html#/s:4Yams4NodeO8SequenceV3tagAA3TagCvp":{"name":"tag","abstract":"

    This node’s tag (its type).

    ","parent_name":"Sequence"},"Enums/Node/Sequence.html#/s:4Yams4NodeO8SequenceV5styleAE5StyleOvp":{"name":"style","abstract":"

    The style to be used when emitting this node.

    ","parent_name":"Sequence"},"Enums/Node/Sequence.html#/s:4Yams4NodeO8SequenceV4markAA4MarkVSgvp":{"name":"mark","abstract":"

    The location for this node.

    ","parent_name":"Sequence"},"Enums/Node/Sequence/Style.html":{"name":"Style","abstract":"

    The style to use when emitting a Sequence.

    ","parent_name":"Sequence"},"Enums/Node/Sequence.html#/s:4Yams4NodeO8SequenceVyAESayACG_AA3TagCAE5StyleOAA4MarkVSgtcfc":{"name":"init(_:_:_:_:)","abstract":"

    Create a Node.Sequence using the specified parameters.

    ","parent_name":"Sequence"},"Enums/Node/Scalar/Style.html#/s:4Yams4NodeO6ScalarV5StyleO3anyyA2GmF":{"name":"any","abstract":"

    Let the emitter choose the style.

    ","parent_name":"Style"},"Enums/Node/Scalar/Style.html#/s:4Yams4NodeO6ScalarV5StyleO5plainyA2GmF":{"name":"plain","abstract":"

    The plain scalar style.

    ","parent_name":"Style"},"Enums/Node/Scalar/Style.html#/s:4Yams4NodeO6ScalarV5StyleO12singleQuotedyA2GmF":{"name":"singleQuoted","abstract":"

    The single-quoted scalar style.

    ","parent_name":"Style"},"Enums/Node/Scalar/Style.html#/s:4Yams4NodeO6ScalarV5StyleO12doubleQuotedyA2GmF":{"name":"doubleQuoted","abstract":"

    The double-quoted scalar style.

    ","parent_name":"Style"},"Enums/Node/Scalar/Style.html#/s:4Yams4NodeO6ScalarV5StyleO7literalyA2GmF":{"name":"literal","abstract":"

    The literal scalar style.

    ","parent_name":"Style"},"Enums/Node/Scalar/Style.html#/s:4Yams4NodeO6ScalarV5StyleO6foldedyA2GmF":{"name":"folded","abstract":"

    The folded scalar style.

    ","parent_name":"Style"},"Enums/Node/Scalar.html#/s:4Yams4NodeO6ScalarV6stringSSvp":{"name":"string","abstract":"

    This node’s string value.

    ","parent_name":"Scalar"},"Enums/Node/Scalar.html#/s:4Yams4NodeO6ScalarV3tagAA3TagCvp":{"name":"tag","abstract":"

    This node’s tag (its type).

    ","parent_name":"Scalar"},"Enums/Node/Scalar.html#/s:4Yams4NodeO6ScalarV5styleAE5StyleOvp":{"name":"style","abstract":"

    The style to be used when emitting this node.

    ","parent_name":"Scalar"},"Enums/Node/Scalar.html#/s:4Yams4NodeO6ScalarV4markAA4MarkVSgvp":{"name":"mark","abstract":"

    The location for this node.

    ","parent_name":"Scalar"},"Enums/Node/Scalar/Style.html":{"name":"Style","abstract":"

    The style to use when emitting a Scalar.

    ","parent_name":"Scalar"},"Enums/Node/Scalar.html#/s:4Yams4NodeO6ScalarVyAESS_AA3TagCAE5StyleOAA4MarkVSgtcfc":{"name":"init(_:_:_:_:)","abstract":"

    Create a Node.Scalar using the specified parameters.

    ","parent_name":"Scalar"},"Enums/Node/Mapping/Style.html#/s:4Yams4NodeO7MappingV5StyleO3anyyA2GmF":{"name":"any","abstract":"

    Let the emitter choose the style.

    ","parent_name":"Style"},"Enums/Node/Mapping/Style.html#/s:4Yams4NodeO7MappingV5StyleO5blockyA2GmF":{"name":"block","abstract":"

    The block mapping style.

    ","parent_name":"Style"},"Enums/Node/Mapping/Style.html#/s:4Yams4NodeO7MappingV5StyleO4flowyA2GmF":{"name":"flow","abstract":"

    The flow mapping style.

    ","parent_name":"Style"},"Enums/Node/Mapping.html#/s:4Yams4NodeO7MappingV3tagAA3TagCvp":{"name":"tag","abstract":"

    This mapping’s Tag.

    ","parent_name":"Mapping"},"Enums/Node/Mapping.html#/s:4Yams4NodeO7MappingV5styleAE5StyleOvp":{"name":"style","abstract":"

    The style to use when emitting this Mapping.

    ","parent_name":"Mapping"},"Enums/Node/Mapping.html#/s:4Yams4NodeO7MappingV4markAA4MarkVSgvp":{"name":"mark","abstract":"

    This mapping’s Mark.

    ","parent_name":"Mapping"},"Enums/Node/Mapping/Style.html":{"name":"Style","abstract":"

    The style to use when emitting a Mapping.

    ","parent_name":"Mapping"},"Enums/Node/Mapping.html#/s:4Yams4NodeO7MappingVyAESayAC_ACtG_AA3TagCAE5StyleOAA4MarkVSgtcfc":{"name":"init(_:_:_:_:)","abstract":"

    Create a Node.Mapping using the specified parameters.

    ","parent_name":"Mapping"},"Enums/Node/Mapping.html#/s:4Yams4NodeO7MappingV5Indexa":{"name":"Index","abstract":"

    The index type for this mapping.

    ","parent_name":"Mapping"},"Enums/Node/Mapping.html#/s:4Yams4NodeO7MappingV4keyss15LazyMapSequenceVyAeCGvp":{"name":"keys","abstract":"

    This mapping’s keys. Similar to Dictionary.keys.

    ","parent_name":"Mapping"},"Enums/Node/Mapping.html#/s:4Yams4NodeO7MappingV6valuess15LazyMapSequenceVyAeCGvp":{"name":"values","abstract":"

    This mapping’s values. Similar to Dictionary.values.

    ","parent_name":"Mapping"},"Enums/Node/Mapping.html#/s:4Yams4NodeO7MappingVyACSgSScip":{"name":"subscript(_:)","abstract":"

    Set or get the Node for the specified string’s Node representation.

    ","parent_name":"Mapping"},"Enums/Node/Mapping.html#/s:4Yams4NodeO7MappingVyACSgACcip":{"name":"subscript(_:)","abstract":"

    Set or get the specified Node.

    ","parent_name":"Mapping"},"Enums/Node/Mapping.html#/s:4Yams4NodeO7MappingV5index6forKeySiSgAC_tF":{"name":"index(forKey:)","abstract":"

    Get the index of the specified Node, if it exists in the mapping.

    ","parent_name":"Mapping"},"Enums/Node.html#/s:4Yams4NodeO6scalaryA2C6ScalarVcACmF":{"name":"scalar(_:)","abstract":"

    Scalar node.

    ","parent_name":"Node"},"Enums/Node.html#/s:4Yams4NodeO7mappingyA2C7MappingVcACmF":{"name":"mapping(_:)","abstract":"

    Mapping node.

    ","parent_name":"Node"},"Enums/Node.html#/s:4Yams4NodeO8sequenceyA2C8SequenceVcACmF":{"name":"sequence(_:)","abstract":"

    Sequence node.

    ","parent_name":"Node"},"Enums/Node/Mapping.html":{"name":"Mapping","abstract":"

    A mapping is the YAML equivalent of a Dictionary.

    ","parent_name":"Node"},"Enums/Node.html#/s:4Yams4NodeO7mappingAC7MappingVSgvp":{"name":"mapping","abstract":"

    Get or set the Node.Mapping value if this node is a Node.mapping.

    ","parent_name":"Node"},"Enums/Node/Scalar.html":{"name":"Scalar","abstract":"

    Scalar node.

    ","parent_name":"Node"},"Enums/Node.html#/s:4Yams4NodeO6scalarAC6ScalarVSgvp":{"name":"scalar","abstract":"

    Get or set the Node.Scalar value if this node is a Node.scalar.

    ","parent_name":"Node"},"Enums/Node/Sequence.html":{"name":"Sequence","abstract":"

    Sequence node.

    ","parent_name":"Node"},"Enums/Node.html#/s:4Yams4NodeO8sequenceAC8SequenceVSgvp":{"name":"sequence","abstract":"

    Get or set the Node.Sequence value if this node is a Node.sequence.

    ","parent_name":"Node"},"Enums/Node.html#/s:4Yams4NodeOyACSS_AA3TagCAC6ScalarV5StyleOtcfc":{"name":"init(_:_:_:)","abstract":"

    Create a Node.scalar with a string, tag & scalar style.

    ","parent_name":"Node"},"Enums/Node.html#/s:4Yams4NodeOyACSayAC_ACtG_AA3TagCAC7MappingV5StyleOtcfc":{"name":"init(_:_:_:)","abstract":"

    Create a Node.mapping with a sequence of node pairs, tag & scalar style.

    ","parent_name":"Node"},"Enums/Node.html#/s:4Yams4NodeOyACSayACG_AA3TagCAC8SequenceV5StyleOtcfc":{"name":"init(_:_:_:)","abstract":"

    Create a Node.sequence with a sequence of nodes, tag & scalar style.

    ","parent_name":"Node"},"Enums/Node.html#/s:4Yams4NodeO3tagAA3TagCvp":{"name":"tag","abstract":"

    The tag for this node.

    ","parent_name":"Node"},"Enums/Node.html#/s:4Yams4NodeO4markAA4MarkVSgvp":{"name":"mark","abstract":"

    The location for this node.

    ","parent_name":"Node"},"Enums/Node.html#/s:4Yams4NodeO3anyypvp":{"name":"any","abstract":"

    This node as an Any, if convertible.

    ","parent_name":"Node"},"Enums/Node.html#/s:4Yams4NodeO6stringSSSgvp":{"name":"string","abstract":"

    This node as a String, if convertible.

    ","parent_name":"Node"},"Enums/Node.html#/s:4Yams4NodeO4boolSbSgvp":{"name":"bool","abstract":"

    This node as a Bool, if convertible.

    ","parent_name":"Node"},"Enums/Node.html#/s:4Yams4NodeO5floatSdSgvp":{"name":"float","abstract":"

    This node as a Double, if convertible.

    ","parent_name":"Node"},"Enums/Node.html#/s:4Yams4NodeO4nullSo6NSNullCSgvp":{"name":"null","abstract":"

    This node as an NSNull, if convertible.

    ","parent_name":"Node"},"Enums/Node.html#/s:4Yams4NodeO3intSiSgvp":{"name":"int","abstract":"

    This node as an Int, if convertible.

    ","parent_name":"Node"},"Enums/Node.html#/s:4Yams4NodeO6binary10Foundation4DataVSgvp":{"name":"binary","abstract":"

    This node as a Data, if convertible.

    ","parent_name":"Node"},"Enums/Node.html#/s:4Yams4NodeO9timestamp10Foundation4DateVSgvp":{"name":"timestamp","abstract":"

    This node as a Date, if convertible.

    ","parent_name":"Node"},"Enums/Node.html#/s:4Yams4NodeO4uuid10Foundation4UUIDVSgvp":{"name":"uuid","abstract":"

    This node as a UUID, if convertible.

    ","parent_name":"Node"},"Enums/Node.html#/s:4Yams4NodeO5arraySayACGyF":{"name":"array()","abstract":"

    Returns this node mapped as an Array<Node>. If the node isn’t a Node.sequence, the array will be","parent_name":"Node"},"Enums/Node.html#/s:4Yams4NodeO5array2ofSayxGxm_tAA19ScalarConstructibleRzlF":{"name":"array(of:)","abstract":"

    Typed Array using type parameter: e.g. array(of: String.self).

    ","parent_name":"Node"},"Enums/Node.html#/s:4Yams4NodeOyACSgACcip":{"name":"subscript(_:)","abstract":"

    If the node is a .sequence or .mapping, set or get the specified Node.","parent_name":"Node"},"Enums/Node.html#/s:4Yams4NodeOyACSgAA0B13Representable_pcip":{"name":"subscript(_:)","abstract":"

    If the node is a .sequence or .mapping, set or get the specified parameter’s Node","parent_name":"Node"},"Enums/Node.html#/s:4Yams4NodeOyACSgSScip":{"name":"subscript(_:)","abstract":"

    If the node is a .sequence or .mapping, set or get the specified string’s Node representation.","parent_name":"Node"},"Enums/Node.html#/s:4Yams4NodeO1loiySbAC_ACtFZ":{"name":"<(_:_:)","abstract":"

    Returns true if lhs is ordered before rhs.

    ","parent_name":"Node"},"Enums/Node.html#/s:4Yams4NodeO12arrayLiteralA2Cd_tcfc":{"name":"init(arrayLiteral:)","abstract":"

    Create a Node.sequence from an array literal of Nodes.

    ","parent_name":"Node"},"Enums/Node.html#/s:4Yams4NodeO12arrayLiteral5styleA2Cd_AC8SequenceV5StyleOtcfc":{"name":"init(arrayLiteral:style:)","abstract":"

    Create a Node.sequence from an array literal of Nodes and a default Style to use for the array literal

    ","parent_name":"Node"},"Enums/Node.html#/s:4Yams4NodeO17dictionaryLiteralA2C_ACtd_tcfc":{"name":"init(dictionaryLiteral:)","abstract":"

    Create a Node.mapping from a dictionary literal of Nodes.

    ","parent_name":"Node"},"Enums/Node.html#/s:4Yams4NodeO17dictionaryLiteral5styleA2C_ACtd_AC7MappingV5StyleOtcfc":{"name":"init(dictionaryLiteral:style:)","abstract":"

    Create a Node.mapping from a dictionary literal of Nodes and a default Style to use for the dictionary","parent_name":"Node"},"Enums/Node.html#/s:4Yams4NodeO12floatLiteralACSd_tcfc":{"name":"init(floatLiteral:)","abstract":"

    Create a Node.scalar from a float literal.

    ","parent_name":"Node"},"Enums/Node.html#/s:4Yams4NodeO14integerLiteralACSi_tcfc":{"name":"init(integerLiteral:)","abstract":"

    Create a Node.scalar from an integer literal.

    ","parent_name":"Node"},"Enums/Node.html#/s:4Yams4NodeO13stringLiteralACSS_tcfc":{"name":"init(stringLiteral:)","abstract":"

    Create a Node.scalar from a string literal.

    ","parent_name":"Node"},"Enums/Node.html#/s:4Yams4NodeOyACxKcAA0B13RepresentableRzlufc":{"name":"init(_:)","abstract":"

    Initialize a Node with a value of NodeRepresentable.

    ","parent_name":"Node"},"Enums/Node.html#/s:4Yams4NodeO11representedACyKF":{"name":"represented()","abstract":"

    This value’s Node representation.

    ","parent_name":"Node"},"Enums/Node.html":{"name":"Node","abstract":"

    YAML Node.

    "},"Enums/YamlError.html":{"name":"YamlError","abstract":"

    Errors thrown by Yams APIs.

    "},"Classes/Tag/Name.html#/s:4Yams3TagC4NameV8rawValueSSvp":{"name":"rawValue","abstract":"

    This Tag.Name‘s raw string value.

    ","parent_name":"Name"},"Classes/Tag/Name.html#/s:4Yams3TagC4NameV8rawValueAESS_tcfc":{"name":"init(rawValue:)","abstract":"

    Create a Tag.Name with a raw string value.

    ","parent_name":"Name"},"Classes/Tag/Name.html#/s:4Yams3TagC4NameV8implicitAEvpZ":{"name":"implicit","abstract":"

    Tag should be resolved by value.

    ","parent_name":"Name"},"Classes/Tag/Name.html#/s:4Yams3TagC4NameV11nonSpecificAEvpZ":{"name":"nonSpecific","abstract":"

    Tag should not be resolved by value, and be resolved as .str, .seq or .map.

    ","parent_name":"Name"},"Classes/Tag/Name.html#/s:4Yams3TagC4NameV3strAEvpZ":{"name":"str","abstract":"

    “tag:yaml.org,2002:str” http://yaml.org/type/str.html

    ","parent_name":"Name"},"Classes/Tag/Name.html#/s:4Yams3TagC4NameV3seqAEvpZ":{"name":"seq","abstract":"

    “tag:yaml.org,2002:seq” http://yaml.org/type/seq.html

    ","parent_name":"Name"},"Classes/Tag/Name.html#/s:4Yams3TagC4NameV3mapAEvpZ":{"name":"map","abstract":"

    “tag:yaml.org,2002:map” http://yaml.org/type/map.html

    ","parent_name":"Name"},"Classes/Tag/Name.html#/s:4Yams3TagC4NameV4boolAEvpZ":{"name":"bool","abstract":"

    “tag:yaml.org,2002:bool” http://yaml.org/type/bool.html

    ","parent_name":"Name"},"Classes/Tag/Name.html#/s:4Yams3TagC4NameV5floatAEvpZ":{"name":"float","abstract":"

    “tag:yaml.org,2002:float” http://yaml.org/type/float.html

    ","parent_name":"Name"},"Classes/Tag/Name.html#/s:4Yams3TagC4NameV4nullAEvpZ":{"name":"null","abstract":"

    “tag:yaml.org,2002:null” http://yaml.org/type/null.html

    ","parent_name":"Name"},"Classes/Tag/Name.html#/s:4Yams3TagC4NameV3intAEvpZ":{"name":"int","abstract":"

    “tag:yaml.org,2002:int” http://yaml.org/type/int.html

    ","parent_name":"Name"},"Classes/Tag/Name.html#/s:4Yams3TagC4NameV6binaryAEvpZ":{"name":"binary","abstract":"

    “tag:yaml.org,2002:binary” http://yaml.org/type/binary.html

    ","parent_name":"Name"},"Classes/Tag/Name.html#/s:4Yams3TagC4NameV5mergeAEvpZ":{"name":"merge","abstract":"

    “tag:yaml.org,2002:merge” http://yaml.org/type/merge.html

    ","parent_name":"Name"},"Classes/Tag/Name.html#/s:4Yams3TagC4NameV4omapAEvpZ":{"name":"omap","abstract":"

    “tag:yaml.org,2002:omap” http://yaml.org/type/omap.html

    ","parent_name":"Name"},"Classes/Tag/Name.html#/s:4Yams3TagC4NameV5pairsAEvpZ":{"name":"pairs","abstract":"

    “tag:yaml.org,2002:pairs” http://yaml.org/type/pairs.html

    ","parent_name":"Name"},"Classes/Tag/Name.html#/s:4Yams3TagC4NameV3setAEvpZ":{"name":"set","abstract":"

    “tag:yaml.org,2002:set”. http://yaml.org/type/set.html

    ","parent_name":"Name"},"Classes/Tag/Name.html#/s:4Yams3TagC4NameV9timestampAEvpZ":{"name":"timestamp","abstract":"

    “tag:yaml.org,2002:timestamp” http://yaml.org/type/timestamp.html

    ","parent_name":"Name"},"Classes/Tag/Name.html#/s:4Yams3TagC4NameV5valueAEvpZ":{"name":"value","abstract":"

    “tag:yaml.org,2002:value” http://yaml.org/type/value.html

    ","parent_name":"Name"},"Classes/Tag/Name.html#/s:4Yams3TagC4NameV4yamlAEvpZ":{"name":"yaml","abstract":"

    “tag:yaml.org,2002:yaml” http://yaml.org/type/yaml.html We don’t support this.

    ","parent_name":"Name"},"Classes/Tag/Name.html":{"name":"Name","abstract":"

    Tag name.

    ","parent_name":"Tag"},"Classes/Tag.html#/s:4Yams3TagC8implicitACvpZ":{"name":"implicit","abstract":"

    Shorthand accessor for Tag(.implicit).

    ","parent_name":"Tag"},"Classes/Tag.html#/s:4Yams3TagCyA2C4NameV_AA8ResolverCAA11ConstructorCtcfc":{"name":"init(_:_:_:)","abstract":"

    Create a Tag with the specified name, resolver and constructor.

    ","parent_name":"Tag"},"Classes/Tag.html#/s:4Yams3TagC4copy4with8resolver11constructorA2C4NameVSg_AA8ResolverCSgAA11ConstructorCSgtF":{"name":"copy(with:resolver:constructor:)","abstract":"

    Lens returning a copy of the current Tag with the specified overridden changes.

    ","parent_name":"Tag"},"Classes/Tag.html#/s:4Yams3TagC11descriptionSSvp":{"name":"description","abstract":"

    A textual representation of this tag.

    ","parent_name":"Tag"},"Classes/Resolver/Rule.html#/s:4Yams8ResolverC4RuleV3tagAA3TagC4NameVvp":{"name":"tag","abstract":"

    The tag name this rule applies to.

    ","parent_name":"Rule"},"Classes/Resolver/Rule.html#/s:4Yams8ResolverC4RuleV7patternSSvp":{"name":"pattern","abstract":"

    The regex pattern used to resolve this rule.

    ","parent_name":"Rule"},"Classes/Resolver/Rule.html#/s:4Yams8ResolverC4RuleVyAeA3TagC4NameV_SStKcfc":{"name":"init(_:_:)","abstract":"

    Create a rule with the specified tag name and regex pattern.

    ","parent_name":"Rule"},"Classes/Resolver/Rule.html#/s:4Yams8ResolverC4RuleV4boolAEvpZ":{"name":"bool","abstract":"

    Default bool resolver rule.

    ","parent_name":"Rule"},"Classes/Resolver/Rule.html#/s:4Yams8ResolverC4RuleV3intAEvpZ":{"name":"int","abstract":"

    Default int resolver rule.

    ","parent_name":"Rule"},"Classes/Resolver/Rule.html#/s:4Yams8ResolverC4RuleV5floatAEvpZ":{"name":"float","abstract":"

    Default float resolver rule.

    ","parent_name":"Rule"},"Classes/Resolver/Rule.html#/s:4Yams8ResolverC4RuleV5mergeAEvpZ":{"name":"merge","abstract":"

    Default merge resolver rule.

    ","parent_name":"Rule"},"Classes/Resolver/Rule.html#/s:4Yams8ResolverC4RuleV4nullAEvpZ":{"name":"null","abstract":"

    Default null resolver rule.

    ","parent_name":"Rule"},"Classes/Resolver/Rule.html#/s:4Yams8ResolverC4RuleV9timestampAEvpZ":{"name":"timestamp","abstract":"

    Default timestamp resolver rule.

    ","parent_name":"Rule"},"Classes/Resolver/Rule.html#/s:4Yams8ResolverC4RuleV5valueAEvpZ":{"name":"value","abstract":"

    Default value resolver rule.

    ","parent_name":"Rule"},"Classes/Resolver/Rule.html":{"name":"Rule","abstract":"

    Rule describing how to resolve tags from regex patterns.

    ","parent_name":"Resolver"},"Classes/Resolver.html#/s:4Yams8ResolverC5rulesSayAC4RuleVGvp":{"name":"rules","abstract":"

    The rules used by this resolver to resolve nodes to tags.

    ","parent_name":"Resolver"},"Classes/Resolver.html#/s:4Yams8ResolverC10resolveTag2ofAA0D0C4NameVAA4NodeO_tF":{"name":"resolveTag(of:)","abstract":"

    Resolve a tag name from a given node.

    ","parent_name":"Resolver"},"Classes/Resolver.html#/s:4Yams8ResolverC9appendingyA2C4RuleVF":{"name":"appending(_:)","abstract":"

    Returns a Resolver constructed by appending rule.

    ","parent_name":"Resolver"},"Classes/Resolver.html#/s:4Yams8ResolverC9appendingyAcA3TagC4NameV_SStKF":{"name":"appending(_:_:)","abstract":"

    Returns a Resolver constructed by appending pattern for tag.

    ","parent_name":"Resolver"},"Classes/Resolver.html#/s:4Yams8ResolverC9replacingyA2C4RuleVF":{"name":"replacing(_:)","abstract":"

    Returns a Resolver constructed by replacing rule.

    ","parent_name":"Resolver"},"Classes/Resolver.html#/s:4Yams8ResolverC9replacing_4withAcA3TagC4NameV_SStKF":{"name":"replacing(_:with:)","abstract":"

    Returns a Resolver constructed by replacing pattern for tag.

    ","parent_name":"Resolver"},"Classes/Resolver.html#/s:4Yams8ResolverC8removingyAcA3TagC4NameVF":{"name":"removing(_:)","abstract":"

    Returns a Resolver constructed by removing pattern for tag.

    ","parent_name":"Resolver"},"Classes/Resolver.html#/s:4Yams8ResolverC5basicACvpZ":{"name":"basic","abstract":"

    Resolver with no rules.

    ","parent_name":"Resolver"},"Classes/Resolver.html#/s:4Yams8ResolverC7defaultACvpZ":{"name":"default","abstract":"

    Resolver with a default set of rules.

    ","parent_name":"Resolver"},"Classes/Parser/Encoding.html#/s:4Yams6ParserC8EncodingO4utf8yA2EmF":{"name":"utf8","abstract":"

    Use YAML_UTF8_ENCODING

    ","parent_name":"Encoding"},"Classes/Parser/Encoding.html#/s:4Yams6ParserC8EncodingO5utf16yA2EmF":{"name":"utf16","abstract":"

    Use YAML_UTF16(BE|LE)_ENCODING

    ","parent_name":"Encoding"},"Classes/Parser/Encoding.html#/s:4Yams6ParserC8EncodingO7defaultAEvpZ":{"name":"default","abstract":"

    The default encoding, determined at run time based on the String type’s native encoding.","parent_name":"Encoding"},"Classes/Parser.html#/s:4Yams6ParserC4yamlSSvp":{"name":"yaml","abstract":"

    YAML string.

    ","parent_name":"Parser"},"Classes/Parser.html#/s:4Yams6ParserC8resolverAA8ResolverCvp":{"name":"resolver","abstract":"

    Resolver.

    ","parent_name":"Parser"},"Classes/Parser.html#/s:4Yams6ParserC11constructorAA11ConstructorCvp":{"name":"constructor","abstract":"

    Constructor.

    ","parent_name":"Parser"},"Classes/Parser/Encoding.html":{"name":"Encoding","abstract":"

    Encoding

    ","parent_name":"Parser"},"Classes/Parser.html#/s:4Yams6ParserC8encodingAC8EncodingOvp":{"name":"encoding","abstract":"

    Encoding

    ","parent_name":"Parser"},"Classes/Parser.html#/s:4Yams6ParserC4yaml8resolver11constructor8encodingACSS_AA8ResolverCAA11ConstructorCAC8EncodingOtKcfc":{"name":"init(yaml:resolver:constructor:encoding:)","abstract":"

    Set up a Parser with a String value as input.

    ","parent_name":"Parser"},"Classes/Parser.html#/s:4Yams6ParserC4yaml8resolver11constructor8encodingAC10Foundation4DataV_AA8ResolverCAA11ConstructorCAC8EncodingOtKcfc":{"name":"init(yaml:resolver:constructor:encoding:)","abstract":"

    Set up a Parser with a Data value as input.

    ","parent_name":"Parser"},"Classes/Parser.html#/s:4Yams6ParserC8nextRootAA4NodeOSgyKF":{"name":"nextRoot()","abstract":"

    Parse next document and return root Node.

    ","parent_name":"Parser"},"Classes/Parser.html#/s:4Yams6ParserC10singleRootAA4NodeOSgyKF":{"name":"singleRoot()","abstract":"

    Parses the document expecting a single root Node and returns it.

    ","parent_name":"Parser"},"Classes/YAMLEncoder.html#/s:4Yams11YAMLEncoderC7Optionsa":{"name":"Options","abstract":"

    Options to use when encoding to YAML.

    ","parent_name":"YAMLEncoder"},"Classes/YAMLEncoder.html#/s:4Yams11YAMLEncoderC7optionsAA7EmitterC7OptionsVvp":{"name":"options","abstract":"

    Options to use when encoding to YAML.

    ","parent_name":"YAMLEncoder"},"Classes/YAMLEncoder.html#/s:4Yams11YAMLEncoderCACycfc":{"name":"init()","abstract":"

    Creates a YAMLEncoder instance.

    ","parent_name":"YAMLEncoder"},"Classes/YAMLEncoder.html#/s:4Yams11YAMLEncoderC6encode_8userInfoSSx_SDys010CodingUserE3KeyVypGtKSERzlF":{"name":"encode(_:userInfo:)","abstract":"

    Encode a value of type T to a YAML string.

    ","parent_name":"YAMLEncoder"},"Classes/Emitter/Options.html#/s:4Yams7EmitterC7OptionsV9canonicalSbvp":{"name":"canonical","abstract":"

    Set if the output should be in the “canonical” format described in the YAML specification.

    ","parent_name":"Options"},"Classes/Emitter/Options.html#/s:4Yams7EmitterC7OptionsV6indentSivp":{"name":"indent","abstract":"

    Set the indentation value.

    ","parent_name":"Options"},"Classes/Emitter/Options.html#/s:4Yams7EmitterC7OptionsV5widthSivp":{"name":"width","abstract":"

    Set the preferred line width. -1 means unlimited.

    ","parent_name":"Options"},"Classes/Emitter/Options.html#/s:4Yams7EmitterC7OptionsV12allowUnicodeSbvp":{"name":"allowUnicode","abstract":"

    Set if unescaped non-ASCII characters are allowed.

    ","parent_name":"Options"},"Classes/Emitter/Options.html#/s:4Yams7EmitterC7OptionsV9lineBreakAC04LineE0Ovp":{"name":"lineBreak","abstract":"

    Set the preferred line break.

    ","parent_name":"Options"},"Classes/Emitter/Options.html#/s:4Yams7EmitterC7OptionsV7versionSi5major_Si5minortSgvp":{"name":"version","abstract":"

    The %YAML directive value or nil.

    ","parent_name":"Options"},"Classes/Emitter/Options.html#/s:4Yams7EmitterC7OptionsV8sortKeysSbvp":{"name":"sortKeys","abstract":"

    Set if emitter should sort keys in lexicographic order.

    ","parent_name":"Options"},"Classes/Emitter/Options.html#/s:4Yams7EmitterC7OptionsV13sequenceStyleAA4NodeO8SequenceV0E0Ovp":{"name":"sequenceStyle","abstract":"

    Set the style for sequences (arrays / lists)

    ","parent_name":"Options"},"Classes/Emitter/Options.html#/s:4Yams7EmitterC7OptionsV12mappingStyleAA4NodeO7MappingV0E0Ovp":{"name":"mappingStyle","abstract":"

    Set the style for mappings (dictionaries)

    ","parent_name":"Options"},"Classes/Emitter/Options.html#/s:4Yams7EmitterC7OptionsV18newLineScalarStyleAA4NodeO0F0V0G0Ovp":{"name":"newLineScalarStyle","abstract":"

    Set the style for scalars that include newlines

    ","parent_name":"Options"},"Classes/Emitter/Options.html#/s:4Yams7EmitterC7OptionsV9canonical6indent5width12allowUnicode9lineBreak7version8sortKeys13sequenceStyle07mappingO0013newLineScalarO0AESb_S2iSbAC0rJ0OSi5major_Si5minortSgSbAA4NodeO8SequenceV0O0OAV7MappingVAYOAV0S0VAYOtcfc":{"name":"init(canonical:indent:width:allowUnicode:lineBreak:version:sortKeys:sequenceStyle:mappingStyle:newLineScalarStyle:)","abstract":"

    Create Emitter.Options with the specified values.

    ","parent_name":"Options"},"Classes/Emitter/LineBreak.html#/s:4Yams7EmitterC9LineBreakO2cryA2EmF":{"name":"cr","abstract":"

    Use CR for line breaks (Mac style).

    ","parent_name":"LineBreak"},"Classes/Emitter/LineBreak.html#/s:4Yams7EmitterC9LineBreakO2lnyA2EmF":{"name":"ln","abstract":"

    Use LN for line breaks (Unix style).

    ","parent_name":"LineBreak"},"Classes/Emitter/LineBreak.html#/s:4Yams7EmitterC9LineBreakO4crlnyA2EmF":{"name":"crln","abstract":"

    Use CR LN for line breaks (DOS style).

    ","parent_name":"LineBreak"},"Classes/Emitter/LineBreak.html":{"name":"LineBreak","abstract":"

    Line break options to use when emitting YAML.

    ","parent_name":"Emitter"},"Classes/Emitter.html#/s:4Yams7EmitterC4data10Foundation4DataVvp":{"name":"data","abstract":"

    Retrieve this Emitter’s binary output.

    ","parent_name":"Emitter"},"Classes/Emitter/Options.html":{"name":"Options","abstract":"

    Configuration options to use when emitting YAML.

    ","parent_name":"Emitter"},"Classes/Emitter.html#/s:4Yams7EmitterC7optionsAC7OptionsVvp":{"name":"options","abstract":"

    Configuration options to use when emitting YAML.

    ","parent_name":"Emitter"},"Classes/Emitter.html#/s:4Yams7EmitterC9canonical6indent5width12allowUnicode9lineBreak13explicitStart0J3End7version8sortKeys13sequenceStyle07mappingQ0013newLineScalarQ0ACSb_S2iSbAC0tI0OS2bSi5major_Si5minortSgSbAA4NodeO8SequenceV0Q0OAV7MappingVAYOAV0U0VAYOtcfc":{"name":"init(canonical:indent:width:allowUnicode:lineBreak:explicitStart:explicitEnd:version:sortKeys:sequenceStyle:mappingStyle:newLineScalarStyle:)","abstract":"

    Create an Emitter with the specified options.

    ","parent_name":"Emitter"},"Classes/Emitter.html#/s:4Yams7EmitterC4openyyKF":{"name":"open()","abstract":"

    Open & initialize the emitter.

    ","parent_name":"Emitter"},"Classes/Emitter.html#/s:4Yams7EmitterC5closeyyKF":{"name":"close()","abstract":"

    Close the Emitter.

    ","parent_name":"Emitter"},"Classes/Emitter.html#/s:4Yams7EmitterC9serialize4nodeyAA4NodeO_tKF":{"name":"serialize(node:)","abstract":"

    Ingest a Node to include when emitting the YAML output.

    ","parent_name":"Emitter"},"Classes/YAMLDecoder.html#/s:4Yams11YAMLDecoderC8encodingAcA6ParserC8EncodingO_tcfc":{"name":"init(encoding:)","abstract":"

    Creates a YAMLDecoder instance.

    ","parent_name":"YAMLDecoder"},"Classes/YAMLDecoder.html#/s:4Yams11YAMLDecoderC6decode_4from8userInfoxxm_AA4NodeOSDys010CodingUserF3KeyVypGtKSeRzlF":{"name":"decode(_:from:userInfo:)","abstract":"

    Decode a Decodable type from a given Node and optional user info mapping.

    ","parent_name":"YAMLDecoder"},"Classes/YAMLDecoder.html#/s:4Yams11YAMLDecoderC6decode_4from8userInfoxxm_SSSDys010CodingUserF3KeyVypGtKSeRzlF":{"name":"decode(_:from:userInfo:)","abstract":"

    Decode a Decodable type from a given String and optional user info mapping.

    ","parent_name":"YAMLDecoder"},"Classes/YAMLDecoder.html#/s:4Yams11YAMLDecoderC6decode_4from8userInfoxxm_10Foundation4DataVSDys010CodingUserF3KeyVypGtKSeRzlF":{"name":"decode(_:from:userInfo:)","abstract":"

    Decode a Decodable type from a given Data and optional user info mapping.

    ","parent_name":"YAMLDecoder"},"Classes/YAMLDecoder.html#/s:4Yams11YAMLDecoderC8encodingAA6ParserC8EncodingOvp":{"name":"encoding","abstract":"

    Encoding

    ","parent_name":"YAMLDecoder"},"Classes/YAMLDecoder.html#/s:7Combine15TopLevelDecoderP5InputQa":{"name":"Input","parent_name":"YAMLDecoder"},"Classes/YAMLDecoder.html#/s:7Combine15TopLevelDecoderP6decode_4fromqd__qd__m_5InputQztKSeRd__lF":{"name":"decode(_:from:)","parent_name":"YAMLDecoder"},"Classes/Constructor.html#/s:4Yams11ConstructorC9ScalarMapa":{"name":"ScalarMap","abstract":"

    Maps Tag.Names to Node.Scalars.

    ","parent_name":"Constructor"},"Classes/Constructor.html#/s:4Yams11ConstructorC10MappingMapa":{"name":"MappingMap","abstract":"

    Maps Tag.Names to Node.Mappings.

    ","parent_name":"Constructor"},"Classes/Constructor.html#/s:4Yams11ConstructorC11SequenceMapa":{"name":"SequenceMap","abstract":"

    Maps Tag.Names to Node.Sequences.

    ","parent_name":"Constructor"},"Classes/Constructor.html#/s:4Yams11ConstructorCyACSDyAA3TagC4NameVypSgAA4NodeO6ScalarVcG_SDyAghJ7MappingVcGSDyAghJ8SequenceVcGtcfc":{"name":"init(_:_:_:)","abstract":"

    Initialize a Constructor with the specified maps, falling back to default maps.

    ","parent_name":"Constructor"},"Classes/Constructor.html#/s:4Yams11ConstructorC3any4fromypAA4NodeO_tF":{"name":"any(from:)","abstract":"

    Constructs Swift values based on the maps this Constructor was initialized with.

    ","parent_name":"Constructor"},"Classes/Constructor.html#/s:4Yams11ConstructorC7defaultACvpZ":{"name":"default","abstract":"

    The default Constructor to be used with APIs where none is explicitly provided.

    ","parent_name":"Constructor"},"Classes/Constructor.html#/s:4Yams11ConstructorC16defaultScalarMapSDyAA3TagC4NameVypSgAA4NodeO0D0VcGvpZ":{"name":"defaultScalarMap","abstract":"

    The default Tag.Name to Node.Scalar map.

    ","parent_name":"Constructor"},"Classes/Constructor.html#/s:4Yams11ConstructorC17defaultMappingMapSDyAA3TagC4NameVypSgAA4NodeO0D0VcGvpZ":{"name":"defaultMappingMap","abstract":"

    The default Tag.Name to Node.Mapping map.

    ","parent_name":"Constructor"},"Classes/Constructor.html#/s:4Yams11ConstructorC18defaultSequenceMapSDyAA3TagC4NameVypSgAA4NodeO0D0VcGvpZ":{"name":"defaultSequenceMap","abstract":"

    The default Tag.Name to Node.Sequence map.

    ","parent_name":"Constructor"},"Classes/Constructor.html":{"name":"Constructor","abstract":"

    Constructors are used to translate Nodes to Swift values.

    "},"Classes/YAMLDecoder.html":{"name":"YAMLDecoder","abstract":"

    Codable-style Decoder that can be used to decode a Decodable type from a given String and optional"},"Classes/Emitter.html":{"name":"Emitter","abstract":"

    Class responsible for emitting libYAML events.

    "},"Classes/YAMLEncoder.html":{"name":"YAMLEncoder","abstract":"

    Codable-style Encoder that can be used to encode an Encodable type to a YAML string using optional"},"Classes/Parser.html":{"name":"Parser","abstract":"

    Parses YAML strings.

    "},"Classes/Resolver.html":{"name":"Resolver","abstract":"

    Class used to resolve nodes to tags based on customizable rules.

    "},"Classes/Tag.html":{"name":"Tag","abstract":"

    Tags describe the the type of a Node.

    "},"Classes.html":{"name":"Classes","abstract":"

    The following classes are available globally.

    "},"Enums.html":{"name":"Enumerations","abstract":"

    The following enumerations are available globally.

    "},"Extensions.html":{"name":"Extensions","abstract":"

    The following extensions are available globally.

    "},"Functions.html":{"name":"Functions","abstract":"

    The following functions are available globally.

    "},"Protocols.html":{"name":"Protocols","abstract":"

    The following protocols are available globally.

    "},"Structs.html":{"name":"Structures","abstract":"

    The following structures are available globally.

    "}} \ No newline at end of file +{"Structs/YamlSequence.html#/s:4Yams12YamlSequenceV5errors5Error_pSgvp":{"name":"error","abstract":"\u003cp\u003eThis sequence\u0026rsquo;s error, if any.\u003c/p\u003e","parent_name":"YamlSequence"},"Structs/YamlSequence.html#/s:4Yams12YamlSequenceV4nextxSgyF":{"name":"next()","abstract":"\u003cp\u003e\u003ccode\u003eSwift.Sequence.next()\u003c/code\u003e.\u003c/p\u003e","parent_name":"YamlSequence"},"Structs/Mark.html#/s:4Yams4MarkV4lineSivp":{"name":"line","abstract":"\u003cp\u003eLine number starting from 1.\u003c/p\u003e","parent_name":"Mark"},"Structs/Mark.html#/s:4Yams4MarkV6columnSivp":{"name":"column","abstract":"\u003cp\u003eColumn number starting from 1. libYAML counts columns in \u003ccode\u003eUnicodeScalar\u003c/code\u003e.\u003c/p\u003e","parent_name":"Mark"},"Structs/Mark.html#/s:4Yams4MarkV11descriptionSSvp":{"name":"description","abstract":"\u003cp\u003eA textual representation of this instance.\u003c/p\u003e","parent_name":"Mark"},"Structs/Mark.html#/s:4Yams4MarkV7snippet4fromS2S_tF":{"name":"snippet(from:)","abstract":"\u003cp\u003eReturns snippet string pointed by Mark instance from YAML String.\u003c/p\u003e","parent_name":"Mark"},"Structs/Mark.html":{"name":"Mark","abstract":"\u003cp\u003eThe pointer position.\u003c/p\u003e"},"Structs/YamlSequence.html":{"name":"YamlSequence","abstract":"\u003cp\u003eSequence that holds an error.\u003c/p\u003e"},"Protocols/YAMLEncodable.html#/s:4Yams13YAMLEncodableP3boxAA4NodeOyF":{"name":"box()","abstract":"\u003cp\u003eReturns this value wrapped in a \u003ccode\u003e\u003ca href=\"36f8f5912051ae747ef441d6511ca4cbEnums/Node.html\"\u003eNode\u003c/a\u003e\u003c/code\u003e.\u003c/p\u003e","parent_name":"YAMLEncodable"},"Protocols/YAMLEncodable.html#/s:4Yams13YAMLEncodablePA2A19ScalarRepresentableRzrlE3boxAA4NodeOyF":{"name":"box()","parent_name":"YAMLEncodable"},"Protocols/ScalarRepresentable.html#/s:4Yams19ScalarRepresentableP11representedAA4NodeO0B0VyF":{"name":"represented()","abstract":"\u003cp\u003eThis value\u0026rsquo;s \u003ccode\u003e\u003ca href=\"36f8f5912051ae747ef441d6511ca4cbEnums/Node.html#/s:4Yams4NodeO6scalarAC6ScalarVSgvp\"\u003eNode.scalar\u003c/a\u003e\u003c/code\u003e representation.\u003c/p\u003e","parent_name":"ScalarRepresentable"},"Protocols/NodeRepresentable.html#/s:4Yams17NodeRepresentableP11representedAA0B0OyKF":{"name":"represented()","abstract":"\u003cp\u003eThis value\u0026rsquo;s \u003ccode\u003e\u003ca href=\"36f8f5912051ae747ef441d6511ca4cbEnums/Node.html\"\u003eNode\u003c/a\u003e\u003c/code\u003e representation.\u003c/p\u003e","parent_name":"NodeRepresentable"},"Protocols/SexagesimalConvertible.html#/s:4Yams22SexagesimalConvertibleP6create4fromxSgSS_tFZ":{"name":"create(from:)","abstract":"\u003cp\u003eCreates a sexagesimal numeric value from the given string.\u003c/p\u003e","parent_name":"SexagesimalConvertible"},"Protocols/SexagesimalConvertible.html#/s:4Yams22SexagesimalConvertibleP1moiyxx_xtFZ":{"name":"*(_:_:)","abstract":"\u003cp\u003eMultiplies two sexagesimal numeric values.\u003c/p\u003e","parent_name":"SexagesimalConvertible"},"Protocols/SexagesimalConvertible.html#/s:4Yams22SexagesimalConvertibleP1poiyxx_xtFZ":{"name":"+(_:_:)","abstract":"\u003cp\u003eAdds two sexagesimal numeric values.\u003c/p\u003e","parent_name":"SexagesimalConvertible"},"Protocols/SexagesimalConvertible.html#/s:4Yams22SexagesimalConvertiblePAAs014LosslessStringC0RzrlE6create4fromxSgSS_tFZ":{"name":"create(from:)","parent_name":"SexagesimalConvertible"},"Protocols/SexagesimalConvertible.html#/s:4Yams22SexagesimalConvertiblePAAs17FixedWidthIntegerRzrlE6create4fromxSgSS_tFZ":{"name":"create(from:)","parent_name":"SexagesimalConvertible"},"Protocols/ScalarConstructible.html#/s:4Yams19ScalarConstructibleP9construct4fromxSgAA4NodeO0B0V_tFZ":{"name":"construct(from:)","abstract":"\u003cp\u003eConstruct an instance of \u003ccode\u003eSelf\u003c/code\u003e, if possible, from the specified scalar.\u003c/p\u003e","parent_name":"ScalarConstructible"},"Protocols/ScalarConstructible.html#/s:4Yams19ScalarConstructiblePAASFRzAA22SexagesimalConvertibleRzrlE9construct4fromxSgAA4NodeO0B0V_tFZ":{"name":"construct(from:)","parent_name":"ScalarConstructible"},"Protocols/ScalarConstructible.html":{"name":"ScalarConstructible","abstract":"\u003cp\u003eTypes conforming to this protocol can be extracted \u003ccode\u003e\u003ca href=\"36f8f5912051ae747ef441d6511ca4cbEnums/Node/Scalar.html\"\u003eNode.Scalar\u003c/a\u003e\u003c/code\u003es.\u003c/p\u003e"},"Protocols/SexagesimalConvertible.html":{"name":"SexagesimalConvertible","abstract":"\u003cp\u003eConfirming types are convertible to base 60 numeric values.\u003c/p\u003e"},"Protocols/NodeRepresentable.html":{"name":"NodeRepresentable","abstract":"\u003cp\u003eType is representable as \u003ccode\u003e\u003ca href=\"36f8f5912051ae747ef441d6511ca4cbEnums/Node.html\"\u003eNode\u003c/a\u003e\u003c/code\u003e.\u003c/p\u003e"},"Protocols/ScalarRepresentable.html":{"name":"ScalarRepresentable","abstract":"\u003cp\u003eType is representable as \u003ccode\u003e\u003ca href=\"36f8f5912051ae747ef441d6511ca4cbEnums/Node.html#/s:4Yams4NodeO6scalarAC6ScalarVSgvp\"\u003eNode.scalar\u003c/a\u003e\u003c/code\u003e.\u003c/p\u003e"},"Protocols/YAMLEncodable.html":{"name":"YAMLEncodable","abstract":"\u003cp\u003eTypes conforming to this protocol can be encoded by \u003ccode\u003eYamlEncoder\u003c/code\u003e.\u003c/p\u003e"},"Functions.html#/s:4Yams4dump7objects9canonical6indent5width12allowUnicode9lineBreak13explicitStart0K3End7version8sortKeys13sequenceStyle07mappingR0013newLineScalarR0SSx_SbS2iSbAA7EmitterC0uJ0OS2bSi5major_Si5minortSgSbAA4NodeO8SequenceV0R0OAX7MappingVA_OAX0V0VA_OtKSTRzlF":{"name":"dump(objects:canonical:indent:width:allowUnicode:lineBreak:explicitStart:explicitEnd:version:sortKeys:sequenceStyle:mappingStyle:newLineScalarStyle:)","abstract":"\u003cp\u003eProduce a YAML string from objects.\u003c/p\u003e"},"Functions.html#/s:4Yams4dump6object9canonical6indent5width12allowUnicode9lineBreak13explicitStart0K3End7version8sortKeys13sequenceStyle07mappingR0013newLineScalarR0SSypSg_SbS2iSbAA7EmitterC0uJ0OS2bSi5major_Si5minortSgSbAA4NodeO8SequenceV0R0OAY7MappingVA0_OAY0V0VA0_OtKF":{"name":"dump(object:canonical:indent:width:allowUnicode:lineBreak:explicitStart:explicitEnd:version:sortKeys:sequenceStyle:mappingStyle:newLineScalarStyle:)","abstract":"\u003cp\u003eProduce a YAML string from an object.\u003c/p\u003e"},"Functions.html#/s:4Yams9serialize5nodes9canonical6indent5width12allowUnicode9lineBreak13explicitStart0K3End7version8sortKeys13sequenceStyle07mappingR0013newLineScalarR0SSx_SbS2iSbAA7EmitterC0uJ0OS2bSi5major_Si5minortSgSbAA4NodeO8SequenceV0R0OAX7MappingVA_OAX0V0VA_OtKSTRzAX7ElementRtzlF":{"name":"serialize(nodes:canonical:indent:width:allowUnicode:lineBreak:explicitStart:explicitEnd:version:sortKeys:sequenceStyle:mappingStyle:newLineScalarStyle:)","abstract":"\u003cp\u003eProduce a YAML string from a \u003ccode\u003e\u003ca href=\"36f8f5912051ae747ef441d6511ca4cbEnums/Node.html\"\u003eNode\u003c/a\u003e\u003c/code\u003e.\u003c/p\u003e"},"Functions.html#/s:4Yams9serialize4node9canonical6indent5width12allowUnicode9lineBreak13explicitStart0K3End7version8sortKeys13sequenceStyle07mappingR0013newLineScalarR0SSAA4NodeO_SbS2iSbAA7EmitterC0uJ0OS2bSi5major_Si5minortSgSbAQ8SequenceV0R0OAQ7MappingVA_OAQ0V0VA_OtKF":{"name":"serialize(node:canonical:indent:width:allowUnicode:lineBreak:explicitStart:explicitEnd:version:sortKeys:sequenceStyle:mappingStyle:newLineScalarStyle:)","abstract":"\u003cp\u003eProduce a YAML string from a \u003ccode\u003e\u003ca href=\"36f8f5912051ae747ef441d6511ca4cbEnums/Node.html\"\u003eNode\u003c/a\u003e\u003c/code\u003e.\u003c/p\u003e"},"Functions.html#/s:4Yams8load_all4yaml___AA12YamlSequenceVyypGSS_AA8ResolverCAA11ConstructorCAA6ParserC8EncodingOtKF":{"name":"load_all(yaml:_:_:_:)","abstract":"\u003cp\u003eParse all YAML documents in a String"},"Functions.html#/s:4Yams4load4yaml___ypSgSS_AA8ResolverCAA11ConstructorCAA6ParserC8EncodingOtKF":{"name":"load(yaml:_:_:_:)","abstract":"\u003cp\u003eParse the first YAML document in a String"},"Functions.html#/s:4Yams11compose_all4yaml___AA12YamlSequenceVyAA4NodeOGSS_AA8ResolverCAA11ConstructorCAA6ParserC8EncodingOtKF":{"name":"compose_all(yaml:_:_:_:)","abstract":"\u003cp\u003eParse all YAML documents in a String"},"Functions.html#/s:4Yams7compose4yaml___AA4NodeOSgSS_AA8ResolverCAA11ConstructorCAA6ParserC8EncodingOtKF":{"name":"compose(yaml:_:_:_:)","abstract":"\u003cp\u003eParse the first YAML document in a String"},"Extensions/Optional.html#/s:Sq4YamsE11representedAA4NodeOyKF":{"name":"represented()","abstract":"\u003cp\u003eThis value\u0026rsquo;s \u003ccode\u003e\u003ca href=\"36f8f5912051ae747ef441d6511ca4cbEnums/Node.html#/s:4Yams4NodeO6scalarAC6ScalarVSgvp\"\u003eNode.scalar\u003c/a\u003e\u003c/code\u003e representation.\u003c/p\u003e","parent_name":"Optional"},"Extensions/BinaryInteger.html#/s:Sz4YamsE11representedAA4NodeO6ScalarVyF":{"name":"represented()","abstract":"\u003cp\u003eThis value\u0026rsquo;s \u003ccode\u003e\u003ca href=\"36f8f5912051ae747ef441d6511ca4cbEnums/Node.html#/s:4Yams4NodeO6scalarAC6ScalarVSgvp\"\u003eNode.scalar\u003c/a\u003e\u003c/code\u003e representation.\u003c/p\u003e","parent_name":"BinaryInteger"},"Extensions/Decoder.html#/s:s7DecoderP4YamsE4markAC4MarkVSgvp":{"name":"mark","abstract":"\u003cp\u003eThe \u003ccode\u003e\u003ca href=\"36f8f5912051ae747ef441d6511ca4cbStructs/Mark.html\"\u003eMark\u003c/a\u003e\u003c/code\u003e for the underlying \u003ccode\u003e\u003ca href=\"36f8f5912051ae747ef441d6511ca4cbEnums/Node.html\"\u003eNode\u003c/a\u003e\u003c/code\u003e that has been decoded.\u003c/p\u003e","parent_name":"Decoder"},"Extensions/URL.html#/s:10Foundation3URLV4YamsE9construct4fromACSgAD4NodeO6ScalarV_tFZ":{"name":"construct(from:)","abstract":"\u003cp\u003eConstruct an instance of \u003ccode\u003eURL\u003c/code\u003e, if possible, from the specified scalar.\u003c/p\u003e","parent_name":"URL"},"Extensions/URL.html#/s:10Foundation3URLV4YamsE11representedAD4NodeO6ScalarVyF":{"name":"represented()","abstract":"\u003cp\u003eThis value\u0026rsquo;s \u003ccode\u003e\u003ca href=\"36f8f5912051ae747ef441d6511ca4cbEnums/Node.html#/s:4Yams4NodeO6scalarAC6ScalarVSgvp\"\u003eNode.scalar\u003c/a\u003e\u003c/code\u003e representation.\u003c/p\u003e","parent_name":"URL"},"Extensions/Decimal.html#/s:So9NSDecimala4YamsE9construct4fromABSgAC4NodeO6ScalarV_tFZ":{"name":"construct(from:)","abstract":"\u003cp\u003eConstruct an instance of \u003ccode\u003eDecimal\u003c/code\u003e, if possible, from the specified scalar.\u003c/p\u003e","parent_name":"Decimal"},"Extensions/Decimal.html#/s:So9NSDecimala4YamsE11representedAC4NodeO6ScalarVyF":{"name":"represented()","abstract":"\u003cp\u003eThis value\u0026rsquo;s \u003ccode\u003e\u003ca href=\"36f8f5912051ae747ef441d6511ca4cbEnums/Node.html#/s:4Yams4NodeO6scalarAC6ScalarVSgvp\"\u003eNode.scalar\u003c/a\u003e\u003c/code\u003e representation.\u003c/p\u003e","parent_name":"Decimal"},"Extensions/FixedWidthInteger.html#/s:s17FixedWidthIntegerP4YamsSZRzrlE9construct4fromxSgAC4NodeO6ScalarV_tFZ":{"name":"construct(from:)","abstract":"\u003cp\u003eConstruct an instance of \u003ccode\u003eSelf\u003c/code\u003e, if possible, from the specified scalar.\u003c/p\u003e","parent_name":"FixedWidthInteger"},"Extensions/FixedWidthInteger.html#/s:s17FixedWidthIntegerP4YamsSURzrlE9construct4fromxSgAC4NodeO6ScalarV_tFZ":{"name":"construct(from:)","abstract":"\u003cp\u003eConstruct an instance of \u003ccode\u003eSelf\u003c/code\u003e, if possible, from the specified scalar.\u003c/p\u003e","parent_name":"FixedWidthInteger"},"Extensions/Array.html#/s:Sa4YamsE13construct_seq4fromSayypGAA4NodeO8SequenceV_tFZ":{"name":"construct_seq(from:)","abstract":"\u003cp\u003eConstruct an Array of \u003ccode\u003eAny\u003c/code\u003e from the specified \u003ccode\u003esequence\u003c/code\u003e.\u003c/p\u003e","parent_name":"Array"},"Extensions/Array.html#/s:Sa4YamsE14construct_omap4fromSayyp_yptGAA4NodeO8SequenceV_tFZ":{"name":"construct_omap(from:)","abstract":"\u003cp\u003eConstruct an \u0026ldquo;O-map\u0026rdquo; (array of \u003ccode\u003e(Any, Any)\u003c/code\u003e tuples) from the specified \u003ccode\u003esequence\u003c/code\u003e.\u003c/p\u003e","parent_name":"Array"},"Extensions/Array.html#/s:Sa4YamsE15construct_pairs4fromSayyp_yptGAA4NodeO8SequenceV_tFZ":{"name":"construct_pairs(from:)","abstract":"\u003cp\u003eConstruct an array of \u003ccode\u003e(Any, Any)\u003c/code\u003e tuples from the specified \u003ccode\u003esequence\u003c/code\u003e.\u003c/p\u003e","parent_name":"Array"},"Extensions/Array.html#/s:Sa4YamsE11representedAA4NodeOyKF":{"name":"represented()","abstract":"\u003cp\u003eThis value\u0026rsquo;s \u003ccode\u003e\u003ca href=\"36f8f5912051ae747ef441d6511ca4cbEnums/Node.html\"\u003eNode\u003c/a\u003e\u003c/code\u003e representation.\u003c/p\u003e","parent_name":"Array"},"Extensions/Set.html#/s:Sh4YamsE13construct_set4fromShys11AnyHashableVGSgAA4NodeO7MappingV_tFZ":{"name":"construct_set(from:)","abstract":"\u003cp\u003eConstruct a \u003ccode\u003eSet\u003c/code\u003e, if possible, from the specified mapping.\u003c/p\u003e","parent_name":"Set"},"Extensions/Dictionary.html#/s:SD4YamsE17construct_mapping4fromSDys11AnyHashableVypGSgAA4NodeO7MappingV_tFZ":{"name":"construct_mapping(from:)","abstract":"\u003cp\u003eConstruct a \u003ccode\u003eDictionary\u003c/code\u003e, if possible, from the specified mapping.\u003c/p\u003e","parent_name":"Dictionary"},"Extensions/Dictionary.html#/s:SD4YamsE11representedAA4NodeOyKF":{"name":"represented()","abstract":"\u003cp\u003eThis value\u0026rsquo;s \u003ccode\u003e\u003ca href=\"36f8f5912051ae747ef441d6511ca4cbEnums/Node.html\"\u003eNode\u003c/a\u003e\u003c/code\u003e representation.\u003c/p\u003e","parent_name":"Dictionary"},"Extensions/NSNull.html#/s:So6NSNullC4YamsE9construct4fromABSgAC4NodeO6ScalarV_tFZ":{"name":"construct(from:)","abstract":"\u003cp\u003eConstruct an instance of \u003ccode\u003eNSNull\u003c/code\u003e, if possible, from the specified scalar.\u003c/p\u003e","parent_name":"NSNull"},"Extensions/NSNull.html#/s:So6NSNullC4YamsE11representedAC4NodeO6ScalarVyF":{"name":"represented()","abstract":"\u003cp\u003eThis value\u0026rsquo;s \u003ccode\u003e\u003ca href=\"36f8f5912051ae747ef441d6511ca4cbEnums/Node.html#/s:4Yams4NodeO6scalarAC6ScalarVSgvp\"\u003eNode.scalar\u003c/a\u003e\u003c/code\u003e representation.\u003c/p\u003e","parent_name":"NSNull"},"Extensions/String.html#/s:SS4YamsE9construct4fromSSSgAA4NodeO6ScalarV_tFZ":{"name":"construct(from:)","abstract":"\u003cp\u003eConstruct an instance of \u003ccode\u003eString\u003c/code\u003e, if possible, from the specified scalar.\u003c/p\u003e","parent_name":"String"},"Extensions/String.html#/s:SS4YamsE9construct4fromSSSgAA4NodeO_tFZ":{"name":"construct(from:)","abstract":"\u003cp\u003eConstruct an instance of \u003ccode\u003eString\u003c/code\u003e, if possible, from the specified \u003ccode\u003e\u003ca href=\"36f8f5912051ae747ef441d6511ca4cbEnums/Node.html\"\u003eNode\u003c/a\u003e\u003c/code\u003e.\u003c/p\u003e","parent_name":"String"},"Extensions/String.html#/s:SS4YamsE11representedAA4NodeO6ScalarVyF":{"name":"represented()","abstract":"\u003cp\u003eThis value\u0026rsquo;s \u003ccode\u003e\u003ca href=\"36f8f5912051ae747ef441d6511ca4cbEnums/Node.html#/s:4Yams4NodeO6scalarAC6ScalarVSgvp\"\u003eNode.scalar\u003c/a\u003e\u003c/code\u003e representation.\u003c/p\u003e","parent_name":"String"},"Extensions/UInt64.html#/s:s6UInt64V4YamsE9construct4fromABSgAC4NodeO6ScalarV_tFZ":{"name":"construct(from:)","abstract":"\u003cp\u003eConstruct an instance of \u003ccode\u003eUInt64\u003c/code\u003e, if possible, from the specified scalar.\u003c/p\u003e","parent_name":"UInt64"},"Extensions/Int64.html#/s:s5Int64V4YamsE9construct4fromABSgAC4NodeO6ScalarV_tFZ":{"name":"construct(from:)","abstract":"\u003cp\u003eConstruct an instance of \u003ccode\u003eInt64\u003c/code\u003e, if possible, from the specified scalar.\u003c/p\u003e","parent_name":"Int64"},"Extensions/UInt.html#/s:Su4YamsE9construct4fromSuSgAA4NodeO6ScalarV_tFZ":{"name":"construct(from:)","abstract":"\u003cp\u003eConstruct an instance of \u003ccode\u003eUInt\u003c/code\u003e, if possible, from the specified scalar.\u003c/p\u003e","parent_name":"UInt"},"Extensions/Int.html#/s:Si4YamsE9construct4fromSiSgAA4NodeO6ScalarV_tFZ":{"name":"construct(from:)","abstract":"\u003cp\u003eConstruct an instance of \u003ccode\u003eInt\u003c/code\u003e, if possible, from the specified scalar.\u003c/p\u003e","parent_name":"Int"},"Extensions/Float.html#/s:Sf4YamsE11representedAA4NodeO6ScalarVyF":{"name":"represented()","abstract":"\u003cp\u003eThis value\u0026rsquo;s \u003ccode\u003e\u003ca href=\"36f8f5912051ae747ef441d6511ca4cbEnums/Node.html#/s:4Yams4NodeO6scalarAC6ScalarVSgvp\"\u003eNode.scalar\u003c/a\u003e\u003c/code\u003e representation.\u003c/p\u003e","parent_name":"Float"},"Extensions/Float.html#/s:Sf4YamsE3boxAA4NodeOyF":{"name":"box()","abstract":"\u003cp\u003eReturns this value wrapped in a \u003ccode\u003e\u003ca href=\"36f8f5912051ae747ef441d6511ca4cbEnums/Node.html#/s:4Yams4NodeO6scalarAC6ScalarVSgvp\"\u003eNode.scalar\u003c/a\u003e\u003c/code\u003e.\u003c/p\u003e","parent_name":"Float"},"Extensions/Double.html#/s:Sd4YamsE11representedAA4NodeO6ScalarVyF":{"name":"represented()","abstract":"\u003cp\u003eThis value\u0026rsquo;s \u003ccode\u003e\u003ca href=\"36f8f5912051ae747ef441d6511ca4cbEnums/Node.html#/s:4Yams4NodeO6scalarAC6ScalarVSgvp\"\u003eNode.scalar\u003c/a\u003e\u003c/code\u003e representation.\u003c/p\u003e","parent_name":"Double"},"Extensions/Double.html#/s:Sd4YamsE3boxAA4NodeOyF":{"name":"box()","abstract":"\u003cp\u003eReturns this value wrapped in a \u003ccode\u003e\u003ca href=\"36f8f5912051ae747ef441d6511ca4cbEnums/Node.html#/s:4Yams4NodeO6scalarAC6ScalarVSgvp\"\u003eNode.scalar\u003c/a\u003e\u003c/code\u003e.\u003c/p\u003e","parent_name":"Double"},"Extensions/Date.html#/s:10Foundation4DateV4YamsE9construct4fromACSgAD4NodeO6ScalarV_tFZ":{"name":"construct(from:)","abstract":"\u003cp\u003eConstruct an instance of \u003ccode\u003eDate\u003c/code\u003e, if possible, from the specified scalar.\u003c/p\u003e","parent_name":"Date"},"Extensions/Date.html#/s:10Foundation4DateV4YamsE11representedAD4NodeO6ScalarVyF":{"name":"represented()","abstract":"\u003cp\u003eThis value\u0026rsquo;s \u003ccode\u003e\u003ca href=\"36f8f5912051ae747ef441d6511ca4cbEnums/Node.html#/s:4Yams4NodeO6scalarAC6ScalarVSgvp\"\u003eNode.scalar\u003c/a\u003e\u003c/code\u003e representation.\u003c/p\u003e","parent_name":"Date"},"Extensions/Date.html#/s:10Foundation4DateV4YamsE3boxAD4NodeOyF":{"name":"box()","abstract":"\u003cp\u003eReturns this value wrapped in a \u003ccode\u003e\u003ca href=\"36f8f5912051ae747ef441d6511ca4cbEnums/Node.html#/s:4Yams4NodeO6scalarAC6ScalarVSgvp\"\u003eNode.scalar\u003c/a\u003e\u003c/code\u003e.\u003c/p\u003e","parent_name":"Date"},"Extensions/Data.html#/s:10Foundation4DataV4YamsE9construct4fromACSgAD4NodeO6ScalarV_tFZ":{"name":"construct(from:)","abstract":"\u003cp\u003eConstruct an instance of \u003ccode\u003eData\u003c/code\u003e, if possible, from the specified scalar.\u003c/p\u003e","parent_name":"Data"},"Extensions/Data.html#/s:10Foundation4DataV4YamsE11representedAD4NodeO6ScalarVyF":{"name":"represented()","abstract":"\u003cp\u003eThis value\u0026rsquo;s \u003ccode\u003e\u003ca href=\"36f8f5912051ae747ef441d6511ca4cbEnums/Node.html#/s:4Yams4NodeO6scalarAC6ScalarVSgvp\"\u003eNode.scalar\u003c/a\u003e\u003c/code\u003e representation.\u003c/p\u003e","parent_name":"Data"},"Extensions/Bool.html#/s:Sb4YamsE9construct4fromSbSgAA4NodeO6ScalarV_tFZ":{"name":"construct(from:)","abstract":"\u003cp\u003eConstruct an instance of \u003ccode\u003eBool\u003c/code\u003e, if possible, from the specified scalar.\u003c/p\u003e","parent_name":"Bool"},"Extensions/Bool.html#/s:Sb4YamsE11representedAA4NodeO6ScalarVyF":{"name":"represented()","abstract":"\u003cp\u003eThis value\u0026rsquo;s \u003ccode\u003e\u003ca href=\"36f8f5912051ae747ef441d6511ca4cbEnums/Node.html#/s:4Yams4NodeO6scalarAC6ScalarVSgvp\"\u003eNode.scalar\u003c/a\u003e\u003c/code\u003e representation.\u003c/p\u003e","parent_name":"Bool"},"Extensions/UUID.html#/s:10Foundation4UUIDV4YamsE9construct4fromACSgAD4NodeO6ScalarV_tFZ":{"name":"construct(from:)","abstract":"\u003cp\u003eConstruct an instance of \u003ccode\u003eUUID\u003c/code\u003e, if possible, from the specified scalar.\u003c/p\u003e","parent_name":"UUID"},"Extensions/UUID.html#/s:10Foundation4UUIDV4YamsE11representedAD4NodeO6ScalarVyF":{"name":"represented()","abstract":"\u003cp\u003eThis value\u0026rsquo;s \u003ccode\u003e\u003ca href=\"36f8f5912051ae747ef441d6511ca4cbEnums/Node.html#/s:4Yams4NodeO6scalarAC6ScalarVSgvp\"\u003eNode.scalar\u003c/a\u003e\u003c/code\u003e representation.\u003c/p\u003e","parent_name":"UUID"},"Extensions/UUID.html":{"name":"UUID"},"Extensions/Bool.html":{"name":"Bool"},"Extensions/Data.html":{"name":"Data"},"Extensions/Date.html":{"name":"Date"},"Extensions/Double.html":{"name":"Double"},"Extensions/Float.html":{"name":"Float"},"Extensions/Int.html":{"name":"Int"},"Extensions/UInt.html":{"name":"UInt"},"Extensions/Int64.html":{"name":"Int64"},"Extensions/UInt64.html":{"name":"UInt64"},"Extensions/String.html":{"name":"String"},"Extensions/NSNull.html":{"name":"NSNull"},"Extensions/Dictionary.html":{"name":"Dictionary"},"Extensions/Set.html":{"name":"Set"},"Extensions/Array.html":{"name":"Array"},"Extensions/FixedWidthInteger.html":{"name":"FixedWidthInteger"},"Extensions.html#/s:s4Int8V":{"name":"Int8"},"Extensions.html#/s:s5Int16V":{"name":"Int16"},"Extensions.html#/s:s5Int32V":{"name":"Int32"},"Extensions.html#/s:s5UInt8V":{"name":"UInt8"},"Extensions.html#/s:s6UInt16V":{"name":"UInt16"},"Extensions.html#/s:s6UInt32V":{"name":"UInt32"},"Extensions/Decimal.html":{"name":"Decimal"},"Extensions/URL.html":{"name":"URL"},"Extensions/Decoder.html":{"name":"Decoder"},"Extensions/BinaryInteger.html":{"name":"BinaryInteger"},"Extensions/Optional.html":{"name":"Optional"},"Enums/YamlError/Context.html#/s:4Yams9YamlErrorO7ContextV4textSSvp":{"name":"text","abstract":"\u003cp\u003eContext text.\u003c/p\u003e","parent_name":"Context"},"Enums/YamlError/Context.html#/s:4Yams9YamlErrorO7ContextV4markAA4MarkVvp":{"name":"mark","abstract":"\u003cp\u003eContext position.\u003c/p\u003e","parent_name":"Context"},"Enums/YamlError/Context.html#/s:4Yams9YamlErrorO7ContextV11descriptionSSvp":{"name":"description","abstract":"\u003cp\u003eA textual representation of this instance.\u003c/p\u003e","parent_name":"Context"},"Enums/YamlError.html#/s:4Yams9YamlErrorO2noyA2CmF":{"name":"no","abstract":"\u003cp\u003e\u003ccode\u003eYAML_NO_ERROR\u003c/code\u003e. No error is produced.\u003c/p\u003e","parent_name":"YamlError"},"Enums/YamlError.html#/s:4Yams9YamlErrorO6memoryyA2CmF":{"name":"memory","abstract":"\u003cp\u003e\u003ccode\u003eYAML_MEMORY_ERROR\u003c/code\u003e. Cannot allocate or reallocate a block of memory.\u003c/p\u003e","parent_name":"YamlError"},"Enums/YamlError.html#/s:4Yams9YamlErrorO6readeryACSS_SiSgs5Int32VSStcACmF":{"name":"reader(problem:offset:value:yaml:)","abstract":"\u003cp\u003e\u003ccode\u003eYAML_READER_ERROR\u003c/code\u003e. Cannot read or decode the input stream.\u003c/p\u003e","parent_name":"YamlError"},"Enums/YamlError.html#/s:4Yams9YamlErrorO7scanneryA2C7ContextVSg_SSAA4MarkVSStcACmF":{"name":"scanner(context:problem:_:yaml:)","abstract":"\u003cp\u003e\u003ccode\u003eYAML_SCANNER_ERROR\u003c/code\u003e. Cannot scan the input stream.\u003c/p\u003e","parent_name":"YamlError"},"Enums/YamlError.html#/s:4Yams9YamlErrorO6parseryA2C7ContextVSg_SSAA4MarkVSStcACmF":{"name":"parser(context:problem:_:yaml:)","abstract":"\u003cp\u003e\u003ccode\u003eYAML_PARSER_ERROR\u003c/code\u003e. Cannot parse the input stream.\u003c/p\u003e","parent_name":"YamlError"},"Enums/YamlError.html#/s:4Yams9YamlErrorO8composeryA2C7ContextVSg_SSAA4MarkVSStcACmF":{"name":"composer(context:problem:_:yaml:)","abstract":"\u003cp\u003e\u003ccode\u003eYAML_COMPOSER_ERROR\u003c/code\u003e. Cannot compose a YAML document.\u003c/p\u003e","parent_name":"YamlError"},"Enums/YamlError.html#/s:4Yams9YamlErrorO6writeryACSS_tcACmF":{"name":"writer(problem:)","abstract":"\u003cp\u003e\u003ccode\u003eYAML_WRITER_ERROR\u003c/code\u003e. Cannot write to the output stream.\u003c/p\u003e","parent_name":"YamlError"},"Enums/YamlError.html#/s:4Yams9YamlErrorO7emitteryACSS_tcACmF":{"name":"emitter(problem:)","abstract":"\u003cp\u003e\u003ccode\u003eYAML_EMITTER_ERROR\u003c/code\u003e. Cannot emit a YAML stream.\u003c/p\u003e","parent_name":"YamlError"},"Enums/YamlError.html#/s:4Yams9YamlErrorO11representeryACSS_tcACmF":{"name":"representer(problem:)","abstract":"\u003cp\u003eUsed in \u003ccode\u003e\u003ca href=\"36f8f5912051ae747ef441d6511ca4cbProtocols/NodeRepresentable.html\"\u003eNodeRepresentable\u003c/a\u003e\u003c/code\u003e.\u003c/p\u003e","parent_name":"YamlError"},"Enums/YamlError.html#/s:4Yams9YamlErrorO21dataCouldNotBeDecodedyACSS10FoundationE8EncodingV_tcACmF":{"name":"dataCouldNotBeDecoded(encoding:)","abstract":"\u003cp\u003eString data could not be decoded with the specified encoding.\u003c/p\u003e","parent_name":"YamlError"},"Enums/YamlError/Context.html":{"name":"Context","abstract":"\u003cp\u003eThe error context.\u003c/p\u003e","parent_name":"YamlError"},"Enums/YamlError.html#/s:4Yams9YamlErrorO11descriptionSSvp":{"name":"description","abstract":"\u003cp\u003eA textual representation of this instance.\u003c/p\u003e","parent_name":"YamlError"},"Enums/Node/Sequence/Style.html#/s:4Yams4NodeO8SequenceV5StyleO3anyyA2GmF":{"name":"any","abstract":"\u003cp\u003eLet the emitter choose the style.\u003c/p\u003e","parent_name":"Style"},"Enums/Node/Sequence/Style.html#/s:4Yams4NodeO8SequenceV5StyleO5blockyA2GmF":{"name":"block","abstract":"\u003cp\u003eThe block sequence style.\u003c/p\u003e","parent_name":"Style"},"Enums/Node/Sequence/Style.html#/s:4Yams4NodeO8SequenceV5StyleO4flowyA2GmF":{"name":"flow","abstract":"\u003cp\u003eThe flow sequence style.\u003c/p\u003e","parent_name":"Style"},"Enums/Node/Sequence.html#/s:4Yams4NodeO8SequenceV3tagAA3TagCvp":{"name":"tag","abstract":"\u003cp\u003eThis node\u0026rsquo;s tag (its type).\u003c/p\u003e","parent_name":"Sequence"},"Enums/Node/Sequence.html#/s:4Yams4NodeO8SequenceV5styleAE5StyleOvp":{"name":"style","abstract":"\u003cp\u003eThe style to be used when emitting this node.\u003c/p\u003e","parent_name":"Sequence"},"Enums/Node/Sequence.html#/s:4Yams4NodeO8SequenceV4markAA4MarkVSgvp":{"name":"mark","abstract":"\u003cp\u003eThe location for this node.\u003c/p\u003e","parent_name":"Sequence"},"Enums/Node/Sequence/Style.html":{"name":"Style","abstract":"\u003cp\u003eThe style to use when emitting a \u003ccode\u003e\u003ca href=\"36f8f5912051ae747ef441d6511ca4cbEnums/Node/Sequence.html\"\u003eSequence\u003c/a\u003e\u003c/code\u003e.\u003c/p\u003e","parent_name":"Sequence"},"Enums/Node/Sequence.html#/s:4Yams4NodeO8SequenceVyAESayACG_AA3TagCAE5StyleOAA4MarkVSgtcfc":{"name":"init(_:_:_:_:)","abstract":"\u003cp\u003eCreate a \u003ccode\u003eNode.Sequence\u003c/code\u003e using the specified parameters.\u003c/p\u003e","parent_name":"Sequence"},"Enums/Node/Scalar/Style.html#/s:4Yams4NodeO6ScalarV5StyleO3anyyA2GmF":{"name":"any","abstract":"\u003cp\u003eLet the emitter choose the style.\u003c/p\u003e","parent_name":"Style"},"Enums/Node/Scalar/Style.html#/s:4Yams4NodeO6ScalarV5StyleO5plainyA2GmF":{"name":"plain","abstract":"\u003cp\u003eThe plain scalar style.\u003c/p\u003e","parent_name":"Style"},"Enums/Node/Scalar/Style.html#/s:4Yams4NodeO6ScalarV5StyleO12singleQuotedyA2GmF":{"name":"singleQuoted","abstract":"\u003cp\u003eThe single-quoted scalar style.\u003c/p\u003e","parent_name":"Style"},"Enums/Node/Scalar/Style.html#/s:4Yams4NodeO6ScalarV5StyleO12doubleQuotedyA2GmF":{"name":"doubleQuoted","abstract":"\u003cp\u003eThe double-quoted scalar style.\u003c/p\u003e","parent_name":"Style"},"Enums/Node/Scalar/Style.html#/s:4Yams4NodeO6ScalarV5StyleO7literalyA2GmF":{"name":"literal","abstract":"\u003cp\u003eThe literal scalar style.\u003c/p\u003e","parent_name":"Style"},"Enums/Node/Scalar/Style.html#/s:4Yams4NodeO6ScalarV5StyleO6foldedyA2GmF":{"name":"folded","abstract":"\u003cp\u003eThe folded scalar style.\u003c/p\u003e","parent_name":"Style"},"Enums/Node/Scalar.html#/s:4Yams4NodeO6ScalarV6stringSSvp":{"name":"string","abstract":"\u003cp\u003eThis node\u0026rsquo;s string value.\u003c/p\u003e","parent_name":"Scalar"},"Enums/Node/Scalar.html#/s:4Yams4NodeO6ScalarV3tagAA3TagCvp":{"name":"tag","abstract":"\u003cp\u003eThis node\u0026rsquo;s tag (its type).\u003c/p\u003e","parent_name":"Scalar"},"Enums/Node/Scalar.html#/s:4Yams4NodeO6ScalarV5styleAE5StyleOvp":{"name":"style","abstract":"\u003cp\u003eThe style to be used when emitting this node.\u003c/p\u003e","parent_name":"Scalar"},"Enums/Node/Scalar.html#/s:4Yams4NodeO6ScalarV4markAA4MarkVSgvp":{"name":"mark","abstract":"\u003cp\u003eThe location for this node.\u003c/p\u003e","parent_name":"Scalar"},"Enums/Node/Scalar/Style.html":{"name":"Style","abstract":"\u003cp\u003eThe style to use when emitting a \u003ccode\u003e\u003ca href=\"36f8f5912051ae747ef441d6511ca4cbEnums/Node/Scalar.html\"\u003eScalar\u003c/a\u003e\u003c/code\u003e.\u003c/p\u003e","parent_name":"Scalar"},"Enums/Node/Scalar.html#/s:4Yams4NodeO6ScalarVyAESS_AA3TagCAE5StyleOAA4MarkVSgtcfc":{"name":"init(_:_:_:_:)","abstract":"\u003cp\u003eCreate a \u003ccode\u003eNode.Scalar\u003c/code\u003e using the specified parameters.\u003c/p\u003e","parent_name":"Scalar"},"Enums/Node/Mapping/Style.html#/s:4Yams4NodeO7MappingV5StyleO3anyyA2GmF":{"name":"any","abstract":"\u003cp\u003eLet the emitter choose the style.\u003c/p\u003e","parent_name":"Style"},"Enums/Node/Mapping/Style.html#/s:4Yams4NodeO7MappingV5StyleO5blockyA2GmF":{"name":"block","abstract":"\u003cp\u003eThe block mapping style.\u003c/p\u003e","parent_name":"Style"},"Enums/Node/Mapping/Style.html#/s:4Yams4NodeO7MappingV5StyleO4flowyA2GmF":{"name":"flow","abstract":"\u003cp\u003eThe flow mapping style.\u003c/p\u003e","parent_name":"Style"},"Enums/Node/Mapping.html#/s:4Yams4NodeO7MappingV3tagAA3TagCvp":{"name":"tag","abstract":"\u003cp\u003eThis mapping\u0026rsquo;s \u003ccode\u003e\u003ca href=\"36f8f5912051ae747ef441d6511ca4cbClasses/Tag.html\"\u003eTag\u003c/a\u003e\u003c/code\u003e.\u003c/p\u003e","parent_name":"Mapping"},"Enums/Node/Mapping.html#/s:4Yams4NodeO7MappingV5styleAE5StyleOvp":{"name":"style","abstract":"\u003cp\u003eThe style to use when emitting this \u003ccode\u003eMapping\u003c/code\u003e.\u003c/p\u003e","parent_name":"Mapping"},"Enums/Node/Mapping.html#/s:4Yams4NodeO7MappingV4markAA4MarkVSgvp":{"name":"mark","abstract":"\u003cp\u003eThis mapping\u0026rsquo;s \u003ccode\u003e\u003ca href=\"36f8f5912051ae747ef441d6511ca4cbStructs/Mark.html\"\u003eMark\u003c/a\u003e\u003c/code\u003e.\u003c/p\u003e","parent_name":"Mapping"},"Enums/Node/Mapping/Style.html":{"name":"Style","abstract":"\u003cp\u003eThe style to use when emitting a \u003ccode\u003e\u003ca href=\"36f8f5912051ae747ef441d6511ca4cbEnums/Node/Mapping.html\"\u003eMapping\u003c/a\u003e\u003c/code\u003e.\u003c/p\u003e","parent_name":"Mapping"},"Enums/Node/Mapping.html#/s:4Yams4NodeO7MappingVyAESayAC_ACtG_AA3TagCAE5StyleOAA4MarkVSgtcfc":{"name":"init(_:_:_:_:)","abstract":"\u003cp\u003eCreate a \u003ccode\u003eNode.Mapping\u003c/code\u003e using the specified parameters.\u003c/p\u003e","parent_name":"Mapping"},"Enums/Node/Mapping.html#/s:4Yams4NodeO7MappingV5Indexa":{"name":"Index","abstract":"\u003cp\u003eThe index type for this mapping.\u003c/p\u003e","parent_name":"Mapping"},"Enums/Node/Mapping.html#/s:4Yams4NodeO7MappingV4keyss15LazyMapSequenceVyAeCGvp":{"name":"keys","abstract":"\u003cp\u003eThis mapping\u0026rsquo;s keys. Similar to \u003ccode\u003eDictionary.keys\u003c/code\u003e.\u003c/p\u003e","parent_name":"Mapping"},"Enums/Node/Mapping.html#/s:4Yams4NodeO7MappingV6valuess15LazyMapSequenceVyAeCGvp":{"name":"values","abstract":"\u003cp\u003eThis mapping\u0026rsquo;s values. Similar to \u003ccode\u003eDictionary.values\u003c/code\u003e.\u003c/p\u003e","parent_name":"Mapping"},"Enums/Node/Mapping.html#/s:4Yams4NodeO7MappingVyACSgSScip":{"name":"subscript(_:)","abstract":"\u003cp\u003eSet or get the \u003ccode\u003e\u003ca href=\"36f8f5912051ae747ef441d6511ca4cbEnums/Node.html\"\u003eNode\u003c/a\u003e\u003c/code\u003e for the specified string\u0026rsquo;s \u003ccode\u003e\u003ca href=\"36f8f5912051ae747ef441d6511ca4cbEnums/Node.html\"\u003eNode\u003c/a\u003e\u003c/code\u003e representation.\u003c/p\u003e","parent_name":"Mapping"},"Enums/Node/Mapping.html#/s:4Yams4NodeO7MappingVyACSgACcip":{"name":"subscript(_:)","abstract":"\u003cp\u003eSet or get the specified \u003ccode\u003e\u003ca href=\"36f8f5912051ae747ef441d6511ca4cbEnums/Node.html\"\u003eNode\u003c/a\u003e\u003c/code\u003e.\u003c/p\u003e","parent_name":"Mapping"},"Enums/Node/Mapping.html#/s:4Yams4NodeO7MappingV5index6forKeySiSgAC_tF":{"name":"index(forKey:)","abstract":"\u003cp\u003eGet the index of the specified \u003ccode\u003e\u003ca href=\"36f8f5912051ae747ef441d6511ca4cbEnums/Node.html\"\u003eNode\u003c/a\u003e\u003c/code\u003e, if it exists in the mapping.\u003c/p\u003e","parent_name":"Mapping"},"Enums/Node.html#/s:4Yams4NodeO6scalaryA2C6ScalarVcACmF":{"name":"scalar(_:)","abstract":"\u003cp\u003eScalar node.\u003c/p\u003e","parent_name":"Node"},"Enums/Node.html#/s:4Yams4NodeO7mappingyA2C7MappingVcACmF":{"name":"mapping(_:)","abstract":"\u003cp\u003eMapping node.\u003c/p\u003e","parent_name":"Node"},"Enums/Node.html#/s:4Yams4NodeO8sequenceyA2C8SequenceVcACmF":{"name":"sequence(_:)","abstract":"\u003cp\u003eSequence node.\u003c/p\u003e","parent_name":"Node"},"Enums/Node/Mapping.html":{"name":"Mapping","abstract":"\u003cp\u003eA mapping is the YAML equivalent of a \u003ccode\u003eDictionary\u003c/code\u003e.\u003c/p\u003e","parent_name":"Node"},"Enums/Node.html#/s:4Yams4NodeO7mappingAC7MappingVSgvp":{"name":"mapping","abstract":"\u003cp\u003eGet or set the \u003ccode\u003e\u003ca href=\"36f8f5912051ae747ef441d6511ca4cbEnums/Node/Mapping.html\"\u003eNode.Mapping\u003c/a\u003e\u003c/code\u003e value if this node is a \u003ccode\u003eNode.mapping\u003c/code\u003e.\u003c/p\u003e","parent_name":"Node"},"Enums/Node/Scalar.html":{"name":"Scalar","abstract":"\u003cp\u003eScalar node.\u003c/p\u003e","parent_name":"Node"},"Enums/Node.html#/s:4Yams4NodeO6scalarAC6ScalarVSgvp":{"name":"scalar","abstract":"\u003cp\u003eGet or set the \u003ccode\u003e\u003ca href=\"36f8f5912051ae747ef441d6511ca4cbEnums/Node/Scalar.html\"\u003eNode.Scalar\u003c/a\u003e\u003c/code\u003e value if this node is a \u003ccode\u003eNode.scalar\u003c/code\u003e.\u003c/p\u003e","parent_name":"Node"},"Enums/Node/Sequence.html":{"name":"Sequence","abstract":"\u003cp\u003eSequence node.\u003c/p\u003e","parent_name":"Node"},"Enums/Node.html#/s:4Yams4NodeO8sequenceAC8SequenceVSgvp":{"name":"sequence","abstract":"\u003cp\u003eGet or set the \u003ccode\u003e\u003ca href=\"36f8f5912051ae747ef441d6511ca4cbEnums/Node/Sequence.html\"\u003eNode.Sequence\u003c/a\u003e\u003c/code\u003e value if this node is a \u003ccode\u003eNode.sequence\u003c/code\u003e.\u003c/p\u003e","parent_name":"Node"},"Enums/Node.html#/s:4Yams4NodeOyACSS_AA3TagCAC6ScalarV5StyleOtcfc":{"name":"init(_:_:_:)","abstract":"\u003cp\u003eCreate a \u003ccode\u003e\u003ca href=\"36f8f5912051ae747ef441d6511ca4cbEnums/Node.html#/s:4Yams4NodeO6scalarAC6ScalarVSgvp\"\u003eNode.scalar\u003c/a\u003e\u003c/code\u003e with a string, tag \u0026amp; scalar style.\u003c/p\u003e","parent_name":"Node"},"Enums/Node.html#/s:4Yams4NodeOyACSayAC_ACtG_AA3TagCAC7MappingV5StyleOtcfc":{"name":"init(_:_:_:)","abstract":"\u003cp\u003eCreate a \u003ccode\u003e\u003ca href=\"36f8f5912051ae747ef441d6511ca4cbEnums/Node.html#/s:4Yams4NodeO7mappingAC7MappingVSgvp\"\u003eNode.mapping\u003c/a\u003e\u003c/code\u003e with a sequence of node pairs, tag \u0026amp; scalar style.\u003c/p\u003e","parent_name":"Node"},"Enums/Node.html#/s:4Yams4NodeOyACSayACG_AA3TagCAC8SequenceV5StyleOtcfc":{"name":"init(_:_:_:)","abstract":"\u003cp\u003eCreate a \u003ccode\u003e\u003ca href=\"36f8f5912051ae747ef441d6511ca4cbEnums/Node.html#/s:4Yams4NodeO8sequenceAC8SequenceVSgvp\"\u003eNode.sequence\u003c/a\u003e\u003c/code\u003e with a sequence of nodes, tag \u0026amp; scalar style.\u003c/p\u003e","parent_name":"Node"},"Enums/Node.html#/s:4Yams4NodeO3tagAA3TagCvp":{"name":"tag","abstract":"\u003cp\u003eThe tag for this node.\u003c/p\u003e","parent_name":"Node"},"Enums/Node.html#/s:4Yams4NodeO4markAA4MarkVSgvp":{"name":"mark","abstract":"\u003cp\u003eThe location for this node.\u003c/p\u003e","parent_name":"Node"},"Enums/Node.html#/s:4Yams4NodeO3anyypvp":{"name":"any","abstract":"\u003cp\u003eThis node as an \u003ccode\u003eAny\u003c/code\u003e, if convertible.\u003c/p\u003e","parent_name":"Node"},"Enums/Node.html#/s:4Yams4NodeO6stringSSSgvp":{"name":"string","abstract":"\u003cp\u003eThis node as a \u003ccode\u003eString\u003c/code\u003e, if convertible.\u003c/p\u003e","parent_name":"Node"},"Enums/Node.html#/s:4Yams4NodeO4boolSbSgvp":{"name":"bool","abstract":"\u003cp\u003eThis node as a \u003ccode\u003eBool\u003c/code\u003e, if convertible.\u003c/p\u003e","parent_name":"Node"},"Enums/Node.html#/s:4Yams4NodeO5floatSdSgvp":{"name":"float","abstract":"\u003cp\u003eThis node as a \u003ccode\u003eDouble\u003c/code\u003e, if convertible.\u003c/p\u003e","parent_name":"Node"},"Enums/Node.html#/s:4Yams4NodeO4nullSo6NSNullCSgvp":{"name":"null","abstract":"\u003cp\u003eThis node as an \u003ccode\u003eNSNull\u003c/code\u003e, if convertible.\u003c/p\u003e","parent_name":"Node"},"Enums/Node.html#/s:4Yams4NodeO3intSiSgvp":{"name":"int","abstract":"\u003cp\u003eThis node as an \u003ccode\u003eInt\u003c/code\u003e, if convertible.\u003c/p\u003e","parent_name":"Node"},"Enums/Node.html#/s:4Yams4NodeO6binary10Foundation4DataVSgvp":{"name":"binary","abstract":"\u003cp\u003eThis node as a \u003ccode\u003eData\u003c/code\u003e, if convertible.\u003c/p\u003e","parent_name":"Node"},"Enums/Node.html#/s:4Yams4NodeO9timestamp10Foundation4DateVSgvp":{"name":"timestamp","abstract":"\u003cp\u003eThis node as a \u003ccode\u003eDate\u003c/code\u003e, if convertible.\u003c/p\u003e","parent_name":"Node"},"Enums/Node.html#/s:4Yams4NodeO4uuid10Foundation4UUIDVSgvp":{"name":"uuid","abstract":"\u003cp\u003eThis node as a \u003ccode\u003eUUID\u003c/code\u003e, if convertible.\u003c/p\u003e","parent_name":"Node"},"Enums/Node.html#/s:4Yams4NodeO5arraySayACGyF":{"name":"array()","abstract":"\u003cp\u003eReturns this node mapped as an \u003ccode\u003eArray\u0026lt;Node\u0026gt;\u003c/code\u003e. If the node isn\u0026rsquo;t a \u003ccode\u003e\u003ca href=\"36f8f5912051ae747ef441d6511ca4cbEnums/Node.html#/s:4Yams4NodeO8sequenceAC8SequenceVSgvp\"\u003eNode.sequence\u003c/a\u003e\u003c/code\u003e, the array will be","parent_name":"Node"},"Enums/Node.html#/s:4Yams4NodeO5array2ofSayxGxm_tAA19ScalarConstructibleRzlF":{"name":"array(of:)","abstract":"\u003cp\u003eTyped Array using type parameter: e.g. \u003ccode\u003earray(of: String.self)\u003c/code\u003e.\u003c/p\u003e","parent_name":"Node"},"Enums/Node.html#/s:4Yams4NodeOyACSgACcip":{"name":"subscript(_:)","abstract":"\u003cp\u003eIf the node is a \u003ccode\u003e\u003ca href=\"36f8f5912051ae747ef441d6511ca4cbEnums/Node.html#/s:4Yams4NodeO8sequenceAC8SequenceVSgvp\"\u003e.sequence\u003c/a\u003e\u003c/code\u003e or \u003ccode\u003e\u003ca href=\"36f8f5912051ae747ef441d6511ca4cbEnums/Node.html#/s:4Yams4NodeO7mappingAC7MappingVSgvp\"\u003e.mapping\u003c/a\u003e\u003c/code\u003e, set or get the specified \u003ccode\u003eNode\u003c/code\u003e.","parent_name":"Node"},"Enums/Node.html#/s:4Yams4NodeOyACSgAA0B13Representable_pcip":{"name":"subscript(_:)","abstract":"\u003cp\u003eIf the node is a \u003ccode\u003e\u003ca href=\"36f8f5912051ae747ef441d6511ca4cbEnums/Node.html#/s:4Yams4NodeO8sequenceAC8SequenceVSgvp\"\u003e.sequence\u003c/a\u003e\u003c/code\u003e or \u003ccode\u003e\u003ca href=\"36f8f5912051ae747ef441d6511ca4cbEnums/Node.html#/s:4Yams4NodeO7mappingAC7MappingVSgvp\"\u003e.mapping\u003c/a\u003e\u003c/code\u003e, set or get the specified parameter\u0026rsquo;s \u003ccode\u003eNode\u003c/code\u003e","parent_name":"Node"},"Enums/Node.html#/s:4Yams4NodeOyACSgSScip":{"name":"subscript(_:)","abstract":"\u003cp\u003eIf the node is a \u003ccode\u003e\u003ca href=\"36f8f5912051ae747ef441d6511ca4cbEnums/Node.html#/s:4Yams4NodeO8sequenceAC8SequenceVSgvp\"\u003e.sequence\u003c/a\u003e\u003c/code\u003e or \u003ccode\u003e\u003ca href=\"36f8f5912051ae747ef441d6511ca4cbEnums/Node.html#/s:4Yams4NodeO7mappingAC7MappingVSgvp\"\u003e.mapping\u003c/a\u003e\u003c/code\u003e, set or get the specified string\u0026rsquo;s \u003ccode\u003eNode\u003c/code\u003e representation.","parent_name":"Node"},"Enums/Node.html#/s:4Yams4NodeO1loiySbAC_ACtFZ":{"name":"\u003c(_:_:)","abstract":"\u003cp\u003eReturns true if \u003ccode\u003elhs\u003c/code\u003e is ordered before \u003ccode\u003erhs\u003c/code\u003e.\u003c/p\u003e","parent_name":"Node"},"Enums/Node.html#/s:4Yams4NodeO12arrayLiteralA2Cd_tcfc":{"name":"init(arrayLiteral:)","abstract":"\u003cp\u003eCreate a \u003ccode\u003e\u003ca href=\"36f8f5912051ae747ef441d6511ca4cbEnums/Node.html#/s:4Yams4NodeO8sequenceAC8SequenceVSgvp\"\u003eNode.sequence\u003c/a\u003e\u003c/code\u003e from an array literal of \u003ccode\u003eNode\u003c/code\u003es.\u003c/p\u003e","parent_name":"Node"},"Enums/Node.html#/s:4Yams4NodeO12arrayLiteral5styleA2Cd_AC8SequenceV5StyleOtcfc":{"name":"init(arrayLiteral:style:)","abstract":"\u003cp\u003eCreate a \u003ccode\u003e\u003ca href=\"36f8f5912051ae747ef441d6511ca4cbEnums/Node.html#/s:4Yams4NodeO8sequenceAC8SequenceVSgvp\"\u003eNode.sequence\u003c/a\u003e\u003c/code\u003e from an array literal of \u003ccode\u003eNode\u003c/code\u003es and a default \u003ccode\u003eStyle\u003c/code\u003e to use for the array literal\u003c/p\u003e","parent_name":"Node"},"Enums/Node.html#/s:4Yams4NodeO17dictionaryLiteralA2C_ACtd_tcfc":{"name":"init(dictionaryLiteral:)","abstract":"\u003cp\u003eCreate a \u003ccode\u003e\u003ca href=\"36f8f5912051ae747ef441d6511ca4cbEnums/Node.html#/s:4Yams4NodeO7mappingAC7MappingVSgvp\"\u003eNode.mapping\u003c/a\u003e\u003c/code\u003e from a dictionary literal of \u003ccode\u003eNode\u003c/code\u003es.\u003c/p\u003e","parent_name":"Node"},"Enums/Node.html#/s:4Yams4NodeO17dictionaryLiteral5styleA2C_ACtd_AC7MappingV5StyleOtcfc":{"name":"init(dictionaryLiteral:style:)","abstract":"\u003cp\u003eCreate a \u003ccode\u003e\u003ca href=\"36f8f5912051ae747ef441d6511ca4cbEnums/Node.html#/s:4Yams4NodeO7mappingAC7MappingVSgvp\"\u003eNode.mapping\u003c/a\u003e\u003c/code\u003e from a dictionary literal of \u003ccode\u003eNode\u003c/code\u003es and a default \u003ccode\u003eStyle\u003c/code\u003e to use for the dictionary","parent_name":"Node"},"Enums/Node.html#/s:4Yams4NodeO12floatLiteralACSd_tcfc":{"name":"init(floatLiteral:)","abstract":"\u003cp\u003eCreate a \u003ccode\u003e\u003ca href=\"36f8f5912051ae747ef441d6511ca4cbEnums/Node.html#/s:4Yams4NodeO6scalarAC6ScalarVSgvp\"\u003eNode.scalar\u003c/a\u003e\u003c/code\u003e from a float literal.\u003c/p\u003e","parent_name":"Node"},"Enums/Node.html#/s:4Yams4NodeO14integerLiteralACSi_tcfc":{"name":"init(integerLiteral:)","abstract":"\u003cp\u003eCreate a \u003ccode\u003e\u003ca href=\"36f8f5912051ae747ef441d6511ca4cbEnums/Node.html#/s:4Yams4NodeO6scalarAC6ScalarVSgvp\"\u003eNode.scalar\u003c/a\u003e\u003c/code\u003e from an integer literal.\u003c/p\u003e","parent_name":"Node"},"Enums/Node.html#/s:4Yams4NodeO13stringLiteralACSS_tcfc":{"name":"init(stringLiteral:)","abstract":"\u003cp\u003eCreate a \u003ccode\u003e\u003ca href=\"36f8f5912051ae747ef441d6511ca4cbEnums/Node.html#/s:4Yams4NodeO6scalarAC6ScalarVSgvp\"\u003eNode.scalar\u003c/a\u003e\u003c/code\u003e from a string literal.\u003c/p\u003e","parent_name":"Node"},"Enums/Node.html#/s:4Yams4NodeOyACxKcAA0B13RepresentableRzlufc":{"name":"init(_:)","abstract":"\u003cp\u003eInitialize a \u003ccode\u003eNode\u003c/code\u003e with a value of \u003ccode\u003e\u003ca href=\"36f8f5912051ae747ef441d6511ca4cbProtocols/NodeRepresentable.html\"\u003eNodeRepresentable\u003c/a\u003e\u003c/code\u003e.\u003c/p\u003e","parent_name":"Node"},"Enums/Node.html#/s:4Yams4NodeO11representedACyKF":{"name":"represented()","abstract":"\u003cp\u003eThis value\u0026rsquo;s \u003ccode\u003eNode\u003c/code\u003e representation.\u003c/p\u003e","parent_name":"Node"},"Enums/Node.html":{"name":"Node","abstract":"\u003cp\u003eYAML Node.\u003c/p\u003e"},"Enums/YamlError.html":{"name":"YamlError","abstract":"\u003cp\u003eErrors thrown by Yams APIs.\u003c/p\u003e"},"Classes/Tag/Name.html#/s:4Yams3TagC4NameV8rawValueSSvp":{"name":"rawValue","abstract":"\u003cp\u003eThis \u003ccode\u003eTag.Name\u003c/code\u003e\u0026lsquo;s raw string value.\u003c/p\u003e","parent_name":"Name"},"Classes/Tag/Name.html#/s:4Yams3TagC4NameV8rawValueAESS_tcfc":{"name":"init(rawValue:)","abstract":"\u003cp\u003eCreate a \u003ccode\u003eTag.Name\u003c/code\u003e with a raw string value.\u003c/p\u003e","parent_name":"Name"},"Classes/Tag/Name.html#/s:4Yams3TagC4NameV8implicitAEvpZ":{"name":"implicit","abstract":"\u003cp\u003eTag should be resolved by value.\u003c/p\u003e","parent_name":"Name"},"Classes/Tag/Name.html#/s:4Yams3TagC4NameV11nonSpecificAEvpZ":{"name":"nonSpecific","abstract":"\u003cp\u003eTag should not be resolved by value, and be resolved as .str, .seq or .map.\u003c/p\u003e","parent_name":"Name"},"Classes/Tag/Name.html#/s:4Yams3TagC4NameV3strAEvpZ":{"name":"str","abstract":"\u003cp\u003e\u0026ldquo;tag:yaml.org,2002:str\u0026rdquo; \u003ca href=\"http://yaml.org/type/str.html\"\u003ehttp://yaml.org/type/str.html\u003c/a\u003e\u003c/p\u003e","parent_name":"Name"},"Classes/Tag/Name.html#/s:4Yams3TagC4NameV3seqAEvpZ":{"name":"seq","abstract":"\u003cp\u003e\u0026ldquo;tag:yaml.org,2002:seq\u0026rdquo; \u003ca href=\"http://yaml.org/type/seq.html\"\u003ehttp://yaml.org/type/seq.html\u003c/a\u003e\u003c/p\u003e","parent_name":"Name"},"Classes/Tag/Name.html#/s:4Yams3TagC4NameV3mapAEvpZ":{"name":"map","abstract":"\u003cp\u003e\u0026ldquo;tag:yaml.org,2002:map\u0026rdquo; \u003ca href=\"http://yaml.org/type/map.html\"\u003ehttp://yaml.org/type/map.html\u003c/a\u003e\u003c/p\u003e","parent_name":"Name"},"Classes/Tag/Name.html#/s:4Yams3TagC4NameV4boolAEvpZ":{"name":"bool","abstract":"\u003cp\u003e\u0026ldquo;tag:yaml.org,2002:bool\u0026rdquo; \u003ca href=\"http://yaml.org/type/bool.html\"\u003ehttp://yaml.org/type/bool.html\u003c/a\u003e\u003c/p\u003e","parent_name":"Name"},"Classes/Tag/Name.html#/s:4Yams3TagC4NameV5floatAEvpZ":{"name":"float","abstract":"\u003cp\u003e\u0026ldquo;tag:yaml.org,2002:float\u0026rdquo; \u003ca href=\"http://yaml.org/type/float.html\"\u003ehttp://yaml.org/type/float.html\u003c/a\u003e\u003c/p\u003e","parent_name":"Name"},"Classes/Tag/Name.html#/s:4Yams3TagC4NameV4nullAEvpZ":{"name":"null","abstract":"\u003cp\u003e\u0026ldquo;tag:yaml.org,2002:null\u0026rdquo; \u003ca href=\"http://yaml.org/type/null.html\"\u003ehttp://yaml.org/type/null.html\u003c/a\u003e\u003c/p\u003e","parent_name":"Name"},"Classes/Tag/Name.html#/s:4Yams3TagC4NameV3intAEvpZ":{"name":"int","abstract":"\u003cp\u003e\u0026ldquo;tag:yaml.org,2002:int\u0026rdquo; \u003ca href=\"http://yaml.org/type/int.html\"\u003ehttp://yaml.org/type/int.html\u003c/a\u003e\u003c/p\u003e","parent_name":"Name"},"Classes/Tag/Name.html#/s:4Yams3TagC4NameV6binaryAEvpZ":{"name":"binary","abstract":"\u003cp\u003e\u0026ldquo;tag:yaml.org,2002:binary\u0026rdquo; \u003ca href=\"http://yaml.org/type/binary.html\"\u003ehttp://yaml.org/type/binary.html\u003c/a\u003e\u003c/p\u003e","parent_name":"Name"},"Classes/Tag/Name.html#/s:4Yams3TagC4NameV5mergeAEvpZ":{"name":"merge","abstract":"\u003cp\u003e\u0026ldquo;tag:yaml.org,2002:merge\u0026rdquo; \u003ca href=\"http://yaml.org/type/merge.html\"\u003ehttp://yaml.org/type/merge.html\u003c/a\u003e\u003c/p\u003e","parent_name":"Name"},"Classes/Tag/Name.html#/s:4Yams3TagC4NameV4omapAEvpZ":{"name":"omap","abstract":"\u003cp\u003e\u0026ldquo;tag:yaml.org,2002:omap\u0026rdquo; \u003ca href=\"http://yaml.org/type/omap.html\"\u003ehttp://yaml.org/type/omap.html\u003c/a\u003e\u003c/p\u003e","parent_name":"Name"},"Classes/Tag/Name.html#/s:4Yams3TagC4NameV5pairsAEvpZ":{"name":"pairs","abstract":"\u003cp\u003e\u0026ldquo;tag:yaml.org,2002:pairs\u0026rdquo; \u003ca href=\"http://yaml.org/type/pairs.html\"\u003ehttp://yaml.org/type/pairs.html\u003c/a\u003e\u003c/p\u003e","parent_name":"Name"},"Classes/Tag/Name.html#/s:4Yams3TagC4NameV3setAEvpZ":{"name":"set","abstract":"\u003cp\u003e\u0026ldquo;tag:yaml.org,2002:set\u0026rdquo;. \u003ca href=\"http://yaml.org/type/set.html\"\u003ehttp://yaml.org/type/set.html\u003c/a\u003e\u003c/p\u003e","parent_name":"Name"},"Classes/Tag/Name.html#/s:4Yams3TagC4NameV9timestampAEvpZ":{"name":"timestamp","abstract":"\u003cp\u003e\u0026ldquo;tag:yaml.org,2002:timestamp\u0026rdquo; \u003ca href=\"http://yaml.org/type/timestamp.html\"\u003ehttp://yaml.org/type/timestamp.html\u003c/a\u003e\u003c/p\u003e","parent_name":"Name"},"Classes/Tag/Name.html#/s:4Yams3TagC4NameV5valueAEvpZ":{"name":"value","abstract":"\u003cp\u003e\u0026ldquo;tag:yaml.org,2002:value\u0026rdquo; \u003ca href=\"http://yaml.org/type/value.html\"\u003ehttp://yaml.org/type/value.html\u003c/a\u003e\u003c/p\u003e","parent_name":"Name"},"Classes/Tag/Name.html#/s:4Yams3TagC4NameV4yamlAEvpZ":{"name":"yaml","abstract":"\u003cp\u003e\u0026ldquo;tag:yaml.org,2002:yaml\u0026rdquo; \u003ca href=\"http://yaml.org/type/yaml.html\"\u003ehttp://yaml.org/type/yaml.html\u003c/a\u003e We don\u0026rsquo;t support this.\u003c/p\u003e","parent_name":"Name"},"Classes/Tag/Name.html":{"name":"Name","abstract":"\u003cp\u003eTag name.\u003c/p\u003e","parent_name":"Tag"},"Classes/Tag.html#/s:4Yams3TagC8implicitACvpZ":{"name":"implicit","abstract":"\u003cp\u003eShorthand accessor for \u003ccode\u003eTag(.implicit)\u003c/code\u003e.\u003c/p\u003e","parent_name":"Tag"},"Classes/Tag.html#/s:4Yams3TagCyA2C4NameV_AA8ResolverCAA11ConstructorCtcfc":{"name":"init(_:_:_:)","abstract":"\u003cp\u003eCreate a \u003ccode\u003eTag\u003c/code\u003e with the specified name, resolver and constructor.\u003c/p\u003e","parent_name":"Tag"},"Classes/Tag.html#/s:4Yams3TagC4copy4with8resolver11constructorA2C4NameVSg_AA8ResolverCSgAA11ConstructorCSgtF":{"name":"copy(with:resolver:constructor:)","abstract":"\u003cp\u003eLens returning a copy of the current \u003ccode\u003eTag\u003c/code\u003e with the specified overridden changes.\u003c/p\u003e","parent_name":"Tag"},"Classes/Tag.html#/s:4Yams3TagC11descriptionSSvp":{"name":"description","abstract":"\u003cp\u003eA textual representation of this tag.\u003c/p\u003e","parent_name":"Tag"},"Classes/Resolver/Rule.html#/s:4Yams8ResolverC4RuleV3tagAA3TagC4NameVvp":{"name":"tag","abstract":"\u003cp\u003eThe tag name this rule applies to.\u003c/p\u003e","parent_name":"Rule"},"Classes/Resolver/Rule.html#/s:4Yams8ResolverC4RuleV7patternSSvp":{"name":"pattern","abstract":"\u003cp\u003eThe regex pattern used to resolve this rule.\u003c/p\u003e","parent_name":"Rule"},"Classes/Resolver/Rule.html#/s:4Yams8ResolverC4RuleVyAeA3TagC4NameV_SStKcfc":{"name":"init(_:_:)","abstract":"\u003cp\u003eCreate a rule with the specified tag name and regex pattern.\u003c/p\u003e","parent_name":"Rule"},"Classes/Resolver/Rule.html#/s:4Yams8ResolverC4RuleV4boolAEvpZ":{"name":"bool","abstract":"\u003cp\u003eDefault bool resolver rule.\u003c/p\u003e","parent_name":"Rule"},"Classes/Resolver/Rule.html#/s:4Yams8ResolverC4RuleV3intAEvpZ":{"name":"int","abstract":"\u003cp\u003eDefault int resolver rule.\u003c/p\u003e","parent_name":"Rule"},"Classes/Resolver/Rule.html#/s:4Yams8ResolverC4RuleV5floatAEvpZ":{"name":"float","abstract":"\u003cp\u003eDefault float resolver rule.\u003c/p\u003e","parent_name":"Rule"},"Classes/Resolver/Rule.html#/s:4Yams8ResolverC4RuleV5mergeAEvpZ":{"name":"merge","abstract":"\u003cp\u003eDefault merge resolver rule.\u003c/p\u003e","parent_name":"Rule"},"Classes/Resolver/Rule.html#/s:4Yams8ResolverC4RuleV4nullAEvpZ":{"name":"null","abstract":"\u003cp\u003eDefault null resolver rule.\u003c/p\u003e","parent_name":"Rule"},"Classes/Resolver/Rule.html#/s:4Yams8ResolverC4RuleV9timestampAEvpZ":{"name":"timestamp","abstract":"\u003cp\u003eDefault timestamp resolver rule.\u003c/p\u003e","parent_name":"Rule"},"Classes/Resolver/Rule.html#/s:4Yams8ResolverC4RuleV5valueAEvpZ":{"name":"value","abstract":"\u003cp\u003eDefault value resolver rule.\u003c/p\u003e","parent_name":"Rule"},"Classes/Resolver/Rule.html":{"name":"Rule","abstract":"\u003cp\u003eRule describing how to resolve tags from regex patterns.\u003c/p\u003e","parent_name":"Resolver"},"Classes/Resolver.html#/s:4Yams8ResolverC5rulesSayAC4RuleVGvp":{"name":"rules","abstract":"\u003cp\u003eThe rules used by this resolver to resolve nodes to tags.\u003c/p\u003e","parent_name":"Resolver"},"Classes/Resolver.html#/s:4Yams8ResolverC10resolveTag2ofAA0D0C4NameVAA4NodeO_tF":{"name":"resolveTag(of:)","abstract":"\u003cp\u003eResolve a tag name from a given node.\u003c/p\u003e","parent_name":"Resolver"},"Classes/Resolver.html#/s:4Yams8ResolverC9appendingyA2C4RuleVF":{"name":"appending(_:)","abstract":"\u003cp\u003eReturns a Resolver constructed by appending rule.\u003c/p\u003e","parent_name":"Resolver"},"Classes/Resolver.html#/s:4Yams8ResolverC9appendingyAcA3TagC4NameV_SStKF":{"name":"appending(_:_:)","abstract":"\u003cp\u003eReturns a Resolver constructed by appending pattern for tag.\u003c/p\u003e","parent_name":"Resolver"},"Classes/Resolver.html#/s:4Yams8ResolverC9replacingyA2C4RuleVF":{"name":"replacing(_:)","abstract":"\u003cp\u003eReturns a Resolver constructed by replacing rule.\u003c/p\u003e","parent_name":"Resolver"},"Classes/Resolver.html#/s:4Yams8ResolverC9replacing_4withAcA3TagC4NameV_SStKF":{"name":"replacing(_:with:)","abstract":"\u003cp\u003eReturns a Resolver constructed by replacing pattern for tag.\u003c/p\u003e","parent_name":"Resolver"},"Classes/Resolver.html#/s:4Yams8ResolverC8removingyAcA3TagC4NameVF":{"name":"removing(_:)","abstract":"\u003cp\u003eReturns a Resolver constructed by removing pattern for tag.\u003c/p\u003e","parent_name":"Resolver"},"Classes/Resolver.html#/s:4Yams8ResolverC5basicACvpZ":{"name":"basic","abstract":"\u003cp\u003eResolver with no rules.\u003c/p\u003e","parent_name":"Resolver"},"Classes/Resolver.html#/s:4Yams8ResolverC7defaultACvpZ":{"name":"default","abstract":"\u003cp\u003eResolver with a default set of rules.\u003c/p\u003e","parent_name":"Resolver"},"Classes/Parser/Encoding.html#/s:4Yams6ParserC8EncodingO4utf8yA2EmF":{"name":"utf8","abstract":"\u003cp\u003eUse \u003ccode\u003eYAML_UTF8_ENCODING\u003c/code\u003e\u003c/p\u003e","parent_name":"Encoding"},"Classes/Parser/Encoding.html#/s:4Yams6ParserC8EncodingO5utf16yA2EmF":{"name":"utf16","abstract":"\u003cp\u003eUse \u003ccode\u003eYAML_UTF16(BE|LE)_ENCODING\u003c/code\u003e\u003c/p\u003e","parent_name":"Encoding"},"Classes/Parser/Encoding.html#/s:4Yams6ParserC8EncodingO7defaultAEvpZ":{"name":"default","abstract":"\u003cp\u003eThe default encoding, determined at run time based on the String type\u0026rsquo;s native encoding.","parent_name":"Encoding"},"Classes/Parser.html#/s:4Yams6ParserC4yamlSSvp":{"name":"yaml","abstract":"\u003cp\u003eYAML string.\u003c/p\u003e","parent_name":"Parser"},"Classes/Parser.html#/s:4Yams6ParserC8resolverAA8ResolverCvp":{"name":"resolver","abstract":"\u003cp\u003eResolver.\u003c/p\u003e","parent_name":"Parser"},"Classes/Parser.html#/s:4Yams6ParserC11constructorAA11ConstructorCvp":{"name":"constructor","abstract":"\u003cp\u003eConstructor.\u003c/p\u003e","parent_name":"Parser"},"Classes/Parser/Encoding.html":{"name":"Encoding","abstract":"\u003cp\u003eEncoding\u003c/p\u003e","parent_name":"Parser"},"Classes/Parser.html#/s:4Yams6ParserC8encodingAC8EncodingOvp":{"name":"encoding","abstract":"\u003cp\u003eEncoding\u003c/p\u003e","parent_name":"Parser"},"Classes/Parser.html#/s:4Yams6ParserC4yaml8resolver11constructor8encodingACSS_AA8ResolverCAA11ConstructorCAC8EncodingOtKcfc":{"name":"init(yaml:resolver:constructor:encoding:)","abstract":"\u003cp\u003eSet up a \u003ccode\u003eParser\u003c/code\u003e with a \u003ccode\u003eString\u003c/code\u003e value as input.\u003c/p\u003e","parent_name":"Parser"},"Classes/Parser.html#/s:4Yams6ParserC4yaml8resolver11constructor8encodingAC10Foundation4DataV_AA8ResolverCAA11ConstructorCAC8EncodingOtKcfc":{"name":"init(yaml:resolver:constructor:encoding:)","abstract":"\u003cp\u003eSet up a \u003ccode\u003eParser\u003c/code\u003e with a \u003ccode\u003eData\u003c/code\u003e value as input.\u003c/p\u003e","parent_name":"Parser"},"Classes/Parser.html#/s:4Yams6ParserC8nextRootAA4NodeOSgyKF":{"name":"nextRoot()","abstract":"\u003cp\u003eParse next document and return root Node.\u003c/p\u003e","parent_name":"Parser"},"Classes/Parser.html#/s:4Yams6ParserC10singleRootAA4NodeOSgyKF":{"name":"singleRoot()","abstract":"\u003cp\u003eParses the document expecting a single root Node and returns it.\u003c/p\u003e","parent_name":"Parser"},"Classes/YAMLEncoder.html#/s:4Yams11YAMLEncoderC7Optionsa":{"name":"Options","abstract":"\u003cp\u003eOptions to use when encoding to YAML.\u003c/p\u003e","parent_name":"YAMLEncoder"},"Classes/YAMLEncoder.html#/s:4Yams11YAMLEncoderC7optionsAA7EmitterC7OptionsVvp":{"name":"options","abstract":"\u003cp\u003eOptions to use when encoding to YAML.\u003c/p\u003e","parent_name":"YAMLEncoder"},"Classes/YAMLEncoder.html#/s:4Yams11YAMLEncoderCACycfc":{"name":"init()","abstract":"\u003cp\u003eCreates a \u003ccode\u003eYAMLEncoder\u003c/code\u003e instance.\u003c/p\u003e","parent_name":"YAMLEncoder"},"Classes/YAMLEncoder.html#/s:4Yams11YAMLEncoderC6encode_8userInfoSSx_SDys010CodingUserE3KeyVypGtKSERzlF":{"name":"encode(_:userInfo:)","abstract":"\u003cp\u003eEncode a value of type \u003ccode\u003eT\u003c/code\u003e to a YAML string.\u003c/p\u003e","parent_name":"YAMLEncoder"},"Classes/Emitter/Options.html#/s:4Yams7EmitterC7OptionsV9canonicalSbvp":{"name":"canonical","abstract":"\u003cp\u003eSet if the output should be in the \u0026ldquo;canonical\u0026rdquo; format described in the YAML specification.\u003c/p\u003e","parent_name":"Options"},"Classes/Emitter/Options.html#/s:4Yams7EmitterC7OptionsV6indentSivp":{"name":"indent","abstract":"\u003cp\u003eSet the indentation value.\u003c/p\u003e","parent_name":"Options"},"Classes/Emitter/Options.html#/s:4Yams7EmitterC7OptionsV5widthSivp":{"name":"width","abstract":"\u003cp\u003eSet the preferred line width. -1 means unlimited.\u003c/p\u003e","parent_name":"Options"},"Classes/Emitter/Options.html#/s:4Yams7EmitterC7OptionsV12allowUnicodeSbvp":{"name":"allowUnicode","abstract":"\u003cp\u003eSet if unescaped non-ASCII characters are allowed.\u003c/p\u003e","parent_name":"Options"},"Classes/Emitter/Options.html#/s:4Yams7EmitterC7OptionsV9lineBreakAC04LineE0Ovp":{"name":"lineBreak","abstract":"\u003cp\u003eSet the preferred line break.\u003c/p\u003e","parent_name":"Options"},"Classes/Emitter/Options.html#/s:4Yams7EmitterC7OptionsV7versionSi5major_Si5minortSgvp":{"name":"version","abstract":"\u003cp\u003eThe \u003ccode\u003e%YAML\u003c/code\u003e directive value or nil.\u003c/p\u003e","parent_name":"Options"},"Classes/Emitter/Options.html#/s:4Yams7EmitterC7OptionsV8sortKeysSbvp":{"name":"sortKeys","abstract":"\u003cp\u003eSet if emitter should sort keys in lexicographic order.\u003c/p\u003e","parent_name":"Options"},"Classes/Emitter/Options.html#/s:4Yams7EmitterC7OptionsV13sequenceStyleAA4NodeO8SequenceV0E0Ovp":{"name":"sequenceStyle","abstract":"\u003cp\u003eSet the style for sequences (arrays / lists)\u003c/p\u003e","parent_name":"Options"},"Classes/Emitter/Options.html#/s:4Yams7EmitterC7OptionsV12mappingStyleAA4NodeO7MappingV0E0Ovp":{"name":"mappingStyle","abstract":"\u003cp\u003eSet the style for mappings (dictionaries)\u003c/p\u003e","parent_name":"Options"},"Classes/Emitter/Options.html#/s:4Yams7EmitterC7OptionsV18newLineScalarStyleAA4NodeO0F0V0G0Ovp":{"name":"newLineScalarStyle","abstract":"\u003cp\u003eSet the style for scalars that include newlines\u003c/p\u003e","parent_name":"Options"},"Classes/Emitter/Options.html#/s:4Yams7EmitterC7OptionsV9canonical6indent5width12allowUnicode9lineBreak7version8sortKeys13sequenceStyle07mappingO0013newLineScalarO0AESb_S2iSbAC0rJ0OSi5major_Si5minortSgSbAA4NodeO8SequenceV0O0OAV7MappingVAYOAV0S0VAYOtcfc":{"name":"init(canonical:indent:width:allowUnicode:lineBreak:version:sortKeys:sequenceStyle:mappingStyle:newLineScalarStyle:)","abstract":"\u003cp\u003eCreate \u003ccode\u003eEmitter.Options\u003c/code\u003e with the specified values.\u003c/p\u003e","parent_name":"Options"},"Classes/Emitter/LineBreak.html#/s:4Yams7EmitterC9LineBreakO2cryA2EmF":{"name":"cr","abstract":"\u003cp\u003eUse CR for line breaks (Mac style).\u003c/p\u003e","parent_name":"LineBreak"},"Classes/Emitter/LineBreak.html#/s:4Yams7EmitterC9LineBreakO2lnyA2EmF":{"name":"ln","abstract":"\u003cp\u003eUse LN for line breaks (Unix style).\u003c/p\u003e","parent_name":"LineBreak"},"Classes/Emitter/LineBreak.html#/s:4Yams7EmitterC9LineBreakO4crlnyA2EmF":{"name":"crln","abstract":"\u003cp\u003eUse CR LN for line breaks (DOS style).\u003c/p\u003e","parent_name":"LineBreak"},"Classes/Emitter/LineBreak.html":{"name":"LineBreak","abstract":"\u003cp\u003eLine break options to use when emitting YAML.\u003c/p\u003e","parent_name":"Emitter"},"Classes/Emitter.html#/s:4Yams7EmitterC4data10Foundation4DataVvp":{"name":"data","abstract":"\u003cp\u003eRetrieve this Emitter\u0026rsquo;s binary output.\u003c/p\u003e","parent_name":"Emitter"},"Classes/Emitter/Options.html":{"name":"Options","abstract":"\u003cp\u003eConfiguration options to use when emitting YAML.\u003c/p\u003e","parent_name":"Emitter"},"Classes/Emitter.html#/s:4Yams7EmitterC7optionsAC7OptionsVvp":{"name":"options","abstract":"\u003cp\u003eConfiguration options to use when emitting YAML.\u003c/p\u003e","parent_name":"Emitter"},"Classes/Emitter.html#/s:4Yams7EmitterC9canonical6indent5width12allowUnicode9lineBreak13explicitStart0J3End7version8sortKeys13sequenceStyle07mappingQ0013newLineScalarQ0ACSb_S2iSbAC0tI0OS2bSi5major_Si5minortSgSbAA4NodeO8SequenceV0Q0OAV7MappingVAYOAV0U0VAYOtcfc":{"name":"init(canonical:indent:width:allowUnicode:lineBreak:explicitStart:explicitEnd:version:sortKeys:sequenceStyle:mappingStyle:newLineScalarStyle:)","abstract":"\u003cp\u003eCreate an \u003ccode\u003eEmitter\u003c/code\u003e with the specified options.\u003c/p\u003e","parent_name":"Emitter"},"Classes/Emitter.html#/s:4Yams7EmitterC4openyyKF":{"name":"open()","abstract":"\u003cp\u003eOpen \u0026amp; initialize the emitter.\u003c/p\u003e","parent_name":"Emitter"},"Classes/Emitter.html#/s:4Yams7EmitterC5closeyyKF":{"name":"close()","abstract":"\u003cp\u003eClose the \u003ccode\u003eEmitter.\u003c/code\u003e\u003c/p\u003e","parent_name":"Emitter"},"Classes/Emitter.html#/s:4Yams7EmitterC9serialize4nodeyAA4NodeO_tKF":{"name":"serialize(node:)","abstract":"\u003cp\u003eIngest a \u003ccode\u003e\u003ca href=\"36f8f5912051ae747ef441d6511ca4cbEnums/Node.html\"\u003eNode\u003c/a\u003e\u003c/code\u003e to include when emitting the YAML output.\u003c/p\u003e","parent_name":"Emitter"},"Classes/YAMLDecoder.html#/s:4Yams11YAMLDecoderC8encodingAcA6ParserC8EncodingO_tcfc":{"name":"init(encoding:)","abstract":"\u003cp\u003eCreates a \u003ccode\u003eYAMLDecoder\u003c/code\u003e instance.\u003c/p\u003e","parent_name":"YAMLDecoder"},"Classes/YAMLDecoder.html#/s:4Yams11YAMLDecoderC6decode_4from8userInfoxxm_AA4NodeOSDys010CodingUserF3KeyVypGtKSeRzlF":{"name":"decode(_:from:userInfo:)","abstract":"\u003cp\u003eDecode a \u003ccode\u003eDecodable\u003c/code\u003e type from a given \u003ccode\u003e\u003ca href=\"36f8f5912051ae747ef441d6511ca4cbEnums/Node.html\"\u003eNode\u003c/a\u003e\u003c/code\u003e and optional user info mapping.\u003c/p\u003e","parent_name":"YAMLDecoder"},"Classes/YAMLDecoder.html#/s:4Yams11YAMLDecoderC6decode_4from8userInfoxxm_SSSDys010CodingUserF3KeyVypGtKSeRzlF":{"name":"decode(_:from:userInfo:)","abstract":"\u003cp\u003eDecode a \u003ccode\u003eDecodable\u003c/code\u003e type from a given \u003ccode\u003eString\u003c/code\u003e and optional user info mapping.\u003c/p\u003e","parent_name":"YAMLDecoder"},"Classes/YAMLDecoder.html#/s:4Yams11YAMLDecoderC6decode_4from8userInfoxxm_10Foundation4DataVSDys010CodingUserF3KeyVypGtKSeRzlF":{"name":"decode(_:from:userInfo:)","abstract":"\u003cp\u003eDecode a \u003ccode\u003eDecodable\u003c/code\u003e type from a given \u003ccode\u003eData\u003c/code\u003e and optional user info mapping.\u003c/p\u003e","parent_name":"YAMLDecoder"},"Classes/YAMLDecoder.html#/s:4Yams11YAMLDecoderC8encodingAA6ParserC8EncodingOvp":{"name":"encoding","abstract":"\u003cp\u003eEncoding\u003c/p\u003e","parent_name":"YAMLDecoder"},"Classes/YAMLDecoder.html#/s:7Combine15TopLevelDecoderP5InputQa":{"name":"Input","parent_name":"YAMLDecoder"},"Classes/YAMLDecoder.html#/s:7Combine15TopLevelDecoderP6decode_4fromqd__qd__m_5InputQztKSeRd__lF":{"name":"decode(_:from:)","parent_name":"YAMLDecoder"},"Classes/Constructor.html#/s:4Yams11ConstructorC9ScalarMapa":{"name":"ScalarMap","abstract":"\u003cp\u003eMaps \u003ccode\u003e\u003ca href=\"36f8f5912051ae747ef441d6511ca4cbClasses/Tag/Name.html\"\u003eTag.Name\u003c/a\u003e\u003c/code\u003es to \u003ccode\u003e\u003ca href=\"36f8f5912051ae747ef441d6511ca4cbEnums/Node/Scalar.html\"\u003eNode.Scalar\u003c/a\u003e\u003c/code\u003es.\u003c/p\u003e","parent_name":"Constructor"},"Classes/Constructor.html#/s:4Yams11ConstructorC10MappingMapa":{"name":"MappingMap","abstract":"\u003cp\u003eMaps \u003ccode\u003e\u003ca href=\"36f8f5912051ae747ef441d6511ca4cbClasses/Tag/Name.html\"\u003eTag.Name\u003c/a\u003e\u003c/code\u003es to \u003ccode\u003e\u003ca href=\"36f8f5912051ae747ef441d6511ca4cbEnums/Node/Mapping.html\"\u003eNode.Mapping\u003c/a\u003e\u003c/code\u003es.\u003c/p\u003e","parent_name":"Constructor"},"Classes/Constructor.html#/s:4Yams11ConstructorC11SequenceMapa":{"name":"SequenceMap","abstract":"\u003cp\u003eMaps \u003ccode\u003e\u003ca href=\"36f8f5912051ae747ef441d6511ca4cbClasses/Tag/Name.html\"\u003eTag.Name\u003c/a\u003e\u003c/code\u003es to \u003ccode\u003e\u003ca href=\"36f8f5912051ae747ef441d6511ca4cbEnums/Node/Sequence.html\"\u003eNode.Sequence\u003c/a\u003e\u003c/code\u003es.\u003c/p\u003e","parent_name":"Constructor"},"Classes/Constructor.html#/s:4Yams11ConstructorCyACSDyAA3TagC4NameVypSgAA4NodeO6ScalarVcG_SDyAghJ7MappingVcGSDyAghJ8SequenceVcGtcfc":{"name":"init(_:_:_:)","abstract":"\u003cp\u003eInitialize a \u003ccode\u003eConstructor\u003c/code\u003e with the specified maps, falling back to default maps.\u003c/p\u003e","parent_name":"Constructor"},"Classes/Constructor.html#/s:4Yams11ConstructorC3any4fromypAA4NodeO_tF":{"name":"any(from:)","abstract":"\u003cp\u003eConstructs Swift values based on the maps this \u003ccode\u003eConstructor\u003c/code\u003e was initialized with.\u003c/p\u003e","parent_name":"Constructor"},"Classes/Constructor.html#/s:4Yams11ConstructorC7defaultACvpZ":{"name":"default","abstract":"\u003cp\u003eThe default \u003ccode\u003eConstructor\u003c/code\u003e to be used with APIs where none is explicitly provided.\u003c/p\u003e","parent_name":"Constructor"},"Classes/Constructor.html#/s:4Yams11ConstructorC16defaultScalarMapSDyAA3TagC4NameVypSgAA4NodeO0D0VcGvpZ":{"name":"defaultScalarMap","abstract":"\u003cp\u003eThe default \u003ccode\u003e\u003ca href=\"36f8f5912051ae747ef441d6511ca4cbClasses/Tag/Name.html\"\u003eTag.Name\u003c/a\u003e\u003c/code\u003e to \u003ccode\u003e\u003ca href=\"36f8f5912051ae747ef441d6511ca4cbEnums/Node/Scalar.html\"\u003eNode.Scalar\u003c/a\u003e\u003c/code\u003e map.\u003c/p\u003e","parent_name":"Constructor"},"Classes/Constructor.html#/s:4Yams11ConstructorC17defaultMappingMapSDyAA3TagC4NameVypSgAA4NodeO0D0VcGvpZ":{"name":"defaultMappingMap","abstract":"\u003cp\u003eThe default \u003ccode\u003e\u003ca href=\"36f8f5912051ae747ef441d6511ca4cbClasses/Tag/Name.html\"\u003eTag.Name\u003c/a\u003e\u003c/code\u003e to \u003ccode\u003e\u003ca href=\"36f8f5912051ae747ef441d6511ca4cbEnums/Node/Mapping.html\"\u003eNode.Mapping\u003c/a\u003e\u003c/code\u003e map.\u003c/p\u003e","parent_name":"Constructor"},"Classes/Constructor.html#/s:4Yams11ConstructorC18defaultSequenceMapSDyAA3TagC4NameVypSgAA4NodeO0D0VcGvpZ":{"name":"defaultSequenceMap","abstract":"\u003cp\u003eThe default \u003ccode\u003e\u003ca href=\"36f8f5912051ae747ef441d6511ca4cbClasses/Tag/Name.html\"\u003eTag.Name\u003c/a\u003e\u003c/code\u003e to \u003ccode\u003e\u003ca href=\"36f8f5912051ae747ef441d6511ca4cbEnums/Node/Sequence.html\"\u003eNode.Sequence\u003c/a\u003e\u003c/code\u003e map.\u003c/p\u003e","parent_name":"Constructor"},"Classes/Constructor.html":{"name":"Constructor","abstract":"\u003cp\u003eConstructors are used to translate \u003ccode\u003e\u003ca href=\"36f8f5912051ae747ef441d6511ca4cbEnums/Node.html\"\u003eNode\u003c/a\u003e\u003c/code\u003es to Swift values.\u003c/p\u003e"},"Classes/YAMLDecoder.html":{"name":"YAMLDecoder","abstract":"\u003cp\u003e\u003ccode\u003eCodable\u003c/code\u003e-style \u003ccode\u003eDecoder\u003c/code\u003e that can be used to decode a \u003ccode\u003eDecodable\u003c/code\u003e type from a given \u003ccode\u003eString\u003c/code\u003e and optional"},"Classes/Emitter.html":{"name":"Emitter","abstract":"\u003cp\u003eClass responsible for emitting libYAML events.\u003c/p\u003e"},"Classes/YAMLEncoder.html":{"name":"YAMLEncoder","abstract":"\u003cp\u003e\u003ccode\u003eCodable\u003c/code\u003e-style \u003ccode\u003eEncoder\u003c/code\u003e that can be used to encode an \u003ccode\u003eEncodable\u003c/code\u003e type to a YAML string using optional"},"Classes/Parser.html":{"name":"Parser","abstract":"\u003cp\u003eParses YAML strings.\u003c/p\u003e"},"Classes/Resolver.html":{"name":"Resolver","abstract":"\u003cp\u003eClass used to resolve nodes to tags based on customizable rules.\u003c/p\u003e"},"Classes/Tag.html":{"name":"Tag","abstract":"\u003cp\u003eTags describe the the \u003cem\u003etype\u003c/em\u003e of a Node.\u003c/p\u003e"},"Classes.html":{"name":"Classes","abstract":"\u003cp\u003eThe following classes are available globally.\u003c/p\u003e"},"Enums.html":{"name":"Enumerations","abstract":"\u003cp\u003eThe following enumerations are available globally.\u003c/p\u003e"},"Extensions.html":{"name":"Extensions","abstract":"\u003cp\u003eThe following extensions are available globally.\u003c/p\u003e"},"Functions.html":{"name":"Functions","abstract":"\u003cp\u003eThe following functions are available globally.\u003c/p\u003e"},"Protocols.html":{"name":"Protocols","abstract":"\u003cp\u003eThe following protocols are available globally.\u003c/p\u003e"},"Structs.html":{"name":"Structures","abstract":"\u003cp\u003eThe following structures are available globally.\u003c/p\u003e"}} \ No newline at end of file