You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# These field accessors will be implicitly defined one day
Unless the user has defined their own getter/setter for a specific field, or the field is marked private (also not implemented); Implicit accessors should be defined for each field.
More generally, there's other stuff that should also be "implicit", but aren't at all, such as constructors (i.e. default constructor)
The text was updated successfully, but these errors were encountered:
yume/example/struct.ym
Lines 3 to 4 in 1dcc8e2
Unless the user has defined their own getter/setter for a specific field, or the field is marked
private
(also not implemented); Implicit accessors should be defined for each field.More generally, there's other stuff that should also be "implicit", but aren't at all, such as constructors (i.e. default constructor)
The text was updated successfully, but these errors were encountered: