Open sbohmann opened 4 years ago
The language may add special syntax for other '_' prefixed struct field names at any time.
_get_x and _set_x are likely next candidates for properties 🙂
Other / preexisting before special support uses of such names are always allowed. If e.g. a field named _call holds a boolean value instead of something callable (function, function pointer, or struct with callable _call field), an error will be thrown 🙂