Name
public struct Name : RawRepresentable, Hashable
extension Tag.Name: ExpressibleByStringLiteral
Tag name.
-
This
Tag.Name
‘s raw string value.Declaration
Swift
public let rawValue: String
-
Create a
Tag.Name
with a raw string value.Declaration
Swift
public init(rawValue: String)
-
Tag should be resolved by value.
Declaration
Swift
public static let implicit: Tag.Name
-
Tag should not be resolved by value, and be resolved as .str, .seq or .map.
Declaration
Swift
public static let nonSpecific: Tag.Name
-
“tag:yaml.org,2002:str” http://yaml.org/type/str.html
Declaration
Swift
public static let str: Tag.Name
-
“tag:yaml.org,2002:seq” http://yaml.org/type/seq.html
Declaration
Swift
public static let seq: Tag.Name
-
“tag:yaml.org,2002:map” http://yaml.org/type/map.html
Declaration
Swift
public static let map: Tag.Name
-
“tag:yaml.org,2002:bool” http://yaml.org/type/bool.html
Declaration
Swift
public static let bool: Tag.Name
-
“tag:yaml.org,2002:float” http://yaml.org/type/float.html
Declaration
Swift
public static let float: Tag.Name
-
“tag:yaml.org,2002:null” http://yaml.org/type/null.html
Declaration
Swift
public static let null: Tag.Name
-
“tag:yaml.org,2002:int” http://yaml.org/type/int.html
Declaration
Swift
public static let int: Tag.Name
-
“tag:yaml.org,2002:binary” http://yaml.org/type/binary.html
Declaration
Swift
public static let binary: Tag.Name
-
“tag:yaml.org,2002:merge” http://yaml.org/type/merge.html
Declaration
Swift
public static let merge: Tag.Name
-
“tag:yaml.org,2002:omap” http://yaml.org/type/omap.html
Declaration
Swift
public static let omap: Tag.Name
-
“tag:yaml.org,2002:pairs” http://yaml.org/type/pairs.html
Declaration
Swift
public static let pairs: Tag.Name
-
“tag:yaml.org,2002:set”. http://yaml.org/type/set.html
Declaration
Swift
public static let set: Tag.Name
-
“tag:yaml.org,2002:timestamp” http://yaml.org/type/timestamp.html
Declaration
Swift
public static let timestamp: Tag.Name
-
“tag:yaml.org,2002:value” http://yaml.org/type/value.html
Declaration
Swift
public static let value: Tag.Name
-
“tag:yaml.org,2002:yaml” http://yaml.org/type/yaml.html We don’t support this.
Declaration
Swift
public static let yaml: Tag.Name