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
Decimal .transmute() is now deprecated (since "0.5.0"); removal is planned for a future major release.
Use .resize() or cast via Cast and TryCast traits instead.
Documentation
Minor fixes and clarifications; added usage examples for type conversions.