Class YAMLMapping

class YAMLMapping
  : YAMLNode
  , Mapping ;

Constructors

NameDescription
this (node)

Fields

NameTypeDescription
n dyaml.node.NodeThe underlying data

Methods

NameDescription
asMapping ()
length ()
opApply (dg) Iterates over this object, passing each entry to the dg
type ()
asMapping ()
asScalar ()
asSequence ()
location ()

Enums

NameDescription
Type The Node type

Aliases

NameDescription
MapIterator The delegate type to iterate over a mapping