Structure to describe D classes with properties dynamically, to avoid generating Wren code ahead of time. Also saves some D code for properties.
Note: WrenSupport must be able to generate the module, foreign classes, and foreign methods from this description.
All possible types of properties.
See Source File
Boost License 1.0
Guillaume Piolat 2021.
Structure to describe D classes with properties dynamically, to avoid generating Wren code ahead of time. Also saves some D code for properties.