We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
type(expr)
reflect.TypeOf(expr)
In Go:
import "reflect" echo reflect.TypeOf(1)
In Go+:
echo type(1)
The text was updated successfully, but these errors were encountered:
goplus#2115 type as builtin func
e3e8bb1
Merge pull request #2116 from xushiwei/q
58233dc
#2115 type as builtin func
No branches or pull requests
Proposal
In Go:
In Go+:
The text was updated successfully, but these errors were encountered: