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
stringview_wtf16.encode returns number of written code units
Since the operand is a maximum number of code units to write, it makes
sense to return the number of code units actually written, for the same
reason as string.encode_wtf16.
See #24.
0 commit comments