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
Does anyone else find the way the return type is displayed here a bit confusing? Why are we representing the function signature with func_name(-> <return type>)? If we want to represent the function signature at all, surely it should be func_name(<parameters>) -> <return type>
The text was updated successfully, but these errors were encountered:
Does anyone else find the way the return type is displayed here a bit confusing? Why are we representing the function signature with
func_name(-> <return type>)
? If we want to represent the function signature at all, surely it should befunc_name(<parameters>) -> <return type>
The text was updated successfully, but these errors were encountered: