.$ should probably return the result of .valueOf() #359
chung-leong
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The dollar-sign property mainly exists to enable the modification of a Zig data object. The setter important, basically. The getter on the other hand is somehwhat useless right now since it returns the object in question in more cases. There's really not reason to use it at all.
Beta Was this translation helpful? Give feedback.
All reactions