dyaml v0.6.1 (2017-05-16T20:02:26Z)
Home
Dub
Repo
TestStruct
dyaml
testconstructor
Testing custom YAML struct type.
version(unittest)
struct
TestStruct {
int
value
;
int
opCmp
(TestStruct s);
}
Members
Functions
opCmp
int
opCmp
(TestStruct s)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
value
int
value
;
Undocumented in source.
Meta
Source
See Implementation
dyaml
testconstructor
classes
TestClass
functions
constructAliasesCDumperBug
constructBinary
constructBool
constructClass
constructCustom
constructFloat
constructInt
constructMap
constructMerge
constructNull
constructOMap
constructPairs
constructSeq
constructSet
constructStr
constructStrASCII
constructStrUTF8
constructStruct
constructTimestamp
constructValue
duplicateMergeKey
floatRepresenterBug
invalidSingleQuoteBug
moreFloats
negativeFloatBug
pair
representClass
representStruct
singleDotFloatBug
testConstructor
timestampBugs
utf16be
utf16le
utf8
utf8implicit
structs
TestStruct
variables
expected
Testing custom YAML struct type.