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
Neither DeInteger nor DeFloat have an easy way to get their parsed value. to_string().parse() can (almost) be used, but that's not really a great interface. The existing to_* private would do the job.
Parsing almost works because integers are prefixed and that needs to be handled separately.