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
This would be a large change to the API, so it's worth considering up-front.
This would let users pass things like integers without having to call to_string up front. Additionally, users could pass their own types if they implemented Display for them.
The text was updated successfully, but these errors were encountered:
Yeah, that's a really good idea. I think it'd be worth creating a PR that implements this to see how this interacts with e.g. the String impl. Or whether this clashes with anything else that's implemented or tested so far.
This would be a large change to the API, so it's worth considering up-front.
This would let users pass things like integers without having to call to_string up front. Additionally, users could pass their own types if they implemented
Display
for them.The text was updated successfully, but these errors were encountered: