serialized ~master (2021-10-14T13:36:09Z)
Dub
Repo
OptionalValues
text
json
DecodeTest
Undocumented in source.
struct
OptionalValues {
import
std
.
typecons
:
Nullable
;
;
enum
Enum
;
Nullable
!
bool
boolValue
;
Nullable
!
int
intValue
;
Nullable
!
Enum
enumValue
;
Nullable
!
string
stringValue
;
Nullable
!(
int
[])
arrayValue
;
}
Members
Enums
Enum
enum
Enum
Undocumented in source.
Variables
arrayValue
Nullable
!(
int
[])
arrayValue
;
Undocumented in source.
boolValue
Nullable
!
bool
boolValue
;
Undocumented in source.
enumValue
Nullable
!
Enum
enumValue
;
Undocumented in source.
intValue
Nullable
!
int
intValue
;
Undocumented in source.
stringValue
Nullable
!
string
stringValue
;
Undocumented in source.
Meta
Source
See Implementation
text
json
DecodeTest
functions
decodeTypeWithDecoder
decodeTypeWithIntArrayDecoder
structs
NestedValue
OptionalValues
TypeWithDecoder
TypeWithIntArrayDecoder
Value
ValueWithDecoders