vibe.d beta banner
get vibe.d
0.10.0

Asynchronous I/O that doesn’t get in your way, written in D

Enum NestedNameStyle

Speficies how D fields are mapped to form field names

enum NestedNameStyle : int { ... }

Enum members

NameDescription
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
Authors

Sönke Ludwig, Михаил Страшун

Copyright

© 2012-2017 RejectedSoftware e.K.

License

Subject to the terms of the MIT license, as written in the included LICENSE.txt file.