# Functions
IsMapping reports whether a type is a mapping in YAML, represented as a map[interface{}]interface{}.
IsScalar reports whether a type is a scalar value in YAML.
IsSequence reports whether a type is a sequence in YAML, represented as an []interface{}.
No description provided by the author
YAML deep-merges any number of YAML sources, with later sources taking priority over earlier ones.