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
I ran into the need to let users choose their desired type rather than writing ::U8 and ::ISIZE, etc. I made some traits to let users to write let val: usize = U7::to_int();. Could you include this gist to the project? We can discuss how to organize code beforehand. https://gist.github.com/jerry73204/a34248722f6d9dd72e453a8225220fcd
The text was updated successfully, but these errors were encountered:
I ran into the need to let users choose their desired type rather than writing
::U8
and::ISIZE
, etc. I made some traits to let users to writelet val: usize = U7::to_int();
. Could you include this gist to the project? We can discuss how to organize code beforehand.https://gist.github.com/jerry73204/a34248722f6d9dd72e453a8225220fcd
The text was updated successfully, but these errors were encountered: