cerealed v0.6.4 (2016-02-27T09:18:40Z)
Home
Dub
Repo
SomeStruct
tests
nested
Undocumented in source.
struct
SomeStruct {
string
[]
str
;
int
[][]
ints
;
Nested
[]
nesteds
;
}
Members
Variables
ints
int
[][]
ints
;
Undocumented in source.
nesteds
Nested
[]
nesteds
;
Undocumented in source.
str
string
[]
str
;
Undocumented in source.
Meta
Source
See Implementation
tests
nested
functions
testEmptyNested
testNested
structs
Nested
SomeStruct