cast
cast copied to clipboard
Support `string alias type`'s `ToStringE` and `ToString` functions
Now we support:
type StrAlias string
ToString(StrAlias("bar")) // "bar"
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.
Oops, I am sorry that I ask for PR in wrong space... BTW, do you want my PR? If you do, I will change it for your project or you can just close the PR directly.
i dont think this is a good pr. same problem in all others type alias.
type uintAlias uint16
ToString(uintAlias (1)) // "1"