-
most callsites i've seen expect the i.e. why not have the implementation be the following:
|
Beta Was this translation helpful? Give feedback.
Answered by
ricmoo
Nov 9, 2021
Replies: 1 comment
-
The In v6, everything uses private members, so this becomes less an issue as there is no |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
just-toby
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
_
indicates a private member, while the serialized form assumes nothing is private.In v6, everything uses private members, so this becomes less an issue as there is no
_hex
anywhere. :))