update documentation (#217)
update documentation merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
This commit is contained in:
parent
8ed381bd56
commit
beb160f1eb
2 changed files with 34 additions and 58 deletions
|
@ -228,14 +228,14 @@ Implicit tags:
|
|||
This table shows D types stored in *yaml.Node* default YAML tags are converted to.
|
||||
Some of these might change in the future (especially !!map and !!set).
|
||||
|
||||
|YAML tag |D type |
|
||||
|-----------------------|---------------------|
|
||||
|!!null |yaml.YAMLNull |
|
||||
|!!bool |bool |
|
||||
|!!int |long |
|
||||
|!!float |real |
|
||||
|!!binary |ubyte[] |
|
||||
|!!timestamp |std.datetime.SysTime |
|
||||
|!!map, !!omap, !!pairs |yaml.Node.Pair[] |
|
||||
|!!seq, !!set |yaml.Node[] |
|
||||
|!!str |string |
|
||||
|YAML tag |D type |
|
||||
|-----------------------|-----------------------|
|
||||
|!!null |dyaml.node.YAMLNull |
|
||||
|!!bool |bool |
|
||||
|!!int |long |
|
||||
|!!float |real |
|
||||
|!!binary |ubyte[] |
|
||||
|!!timestamp |std.datetime.SysTime |
|
||||
|!!map, !!omap, !!pairs |dyaml.node.Node.Pair[] |
|
||||
|!!seq, !!set |dyaml.node.Node[] |
|
||||
|!!str |string |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue