Closed
Description
Provide this convenient shorthand:
function foo(x)::T
...
return z
end
for this:
function foo(x)
ret::T
...
ret = z
return ret
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Metadata
Assignees
Labels
No labels