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
by refactoring out the function when the type is known, we avoid the duplication
in the generic function.
In the process write_char is replaced with write_str when the string is
static because by looking at the impl it saves a utf8 str conversion from the
char.
0 commit comments