cerealed v0.6.6 (2016-06-08T15:04:06Z)
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