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
It may be handy to avoid certain types during enumeration. Canonical example is
Bool arithmetic that is inherently unstable (root of it is that +(::Bool,::Bool)
returns an Int).
The text was updated successfully, but these errors were encountered:
It may be handy to avoid certain types during enumeration. Canonical example is
Bool arithmetic that is inherently unstable (root of it is that
+(::Bool,::Bool)
returns an
Int
).The text was updated successfully, but these errors were encountered: