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
Refs take 8 bytes, whereas the values are only 16 bytes, so there is not
a huge benefit to using references rather than values. PercentEncoding
is changed to store the AsciiSet as a value, and the functions that
previously accepted a reference now accept a value. This is a breaking
change for users who were passing a reference to AsciiSet to the
functions in the public API.
The AsciiSet consts (CONTROLS, NON_ALPHANUMERIC, etc.) are also changed
to be values.
This is an alternative to the non-breaking change in
<servo#976>
Discussion about the rationale for this is change is at
<servo#970 (comment)>
0 commit comments