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
Add default implementations of conv methods over equivalent try_conv
variant to facilitate custom implementations (#21)
Add ConvApprox and CastApprox, supporting approximate conversions
with unspecified rounding, implemented for f64 → f32 and all type
conversions supported by Conv (#21)
Support Conv and ConvFloat for arrays and tuples (#21)