New issue
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
nativeInt (int) is the only native type that is documented #1512
Labels
docs
Documentation issue (primary issue type)
Comments
|
What do you think should be done? Document every possible type? |
|
FWIW the CaR grant branch that'll be merged after next release (2018-05-19) adds a "Numerics" language page that does mention native types. |
|
Please ref this issue when it's merged.
|
JJ
added a commit
that referenced
this issue
May 30, 2018
I have moved the table to this page and split it in two, eliminating nonspec types. It will clarify what you can use in native call (those declared with nativesize) and which ones you can't. Refs #1512.
JJ
added a commit
that referenced
this issue
May 30, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is a continuation of #372.
I think the table we have in nativecall is enough, but maybe not. In fact, I see that types that you can use in nativecall signatures are not identical to what you can use with variables, so I guess I'm missing something.
The text was updated successfully, but these errors were encountered: