Enum NestedNameStyle
Speficies how D fields are mapped to form field names
enum NestedNameStyle
: int { ... }
Enum members
Name | Description |
---|---|
d
|
Use native D style and separate fields by dots and put array indices into brackets |
underscore
|
Use underscores to separate fields and array indices |