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
Use function call like syntax for type casting. Go does that, but don't have functions so it's even better:
int(42.0) -> ...
Question is what type conversions are possible this way, especially due to lack of complex type information at runtime. We need references from other languages
The text was updated successfully, but these errors were encountered:
Use function call like syntax for type casting. Go does that, but don't have functions so it's even better:
int(42.0) -> ...
Question is what type conversions are possible this way, especially due to lack of complex type information at runtime. We need references from other languages
The text was updated successfully, but these errors were encountered: