dyaml-yamlserialized ~master (2016-12-10T19:24:08Z)
Home
Dub
Repo
Dumper.indent
dyaml
dumper
Dumper
Set indentation width. 2 by default. Must not be zero.
struct
Dumper
@
property
void
indent
pure @
safe
nothrow
(
uint
indent
)
in { assert (indent != 0, "Can't use zero YAML indent width"); }
Meta
Source
See Implementation
dyaml
dumper
Dumper
constructors
this
destructors
~this
functions
dump
properties
YAMLVersion
canonical
encoding
explicitEnd
explicitStart
indent
lineBreak
name
representer
resolver
tagDirectives
textWidth
Set indentation width. 2 by default. Must not be zero.