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
Native Types Not Documented #372
Comments
|
They are not 'real'type (as you can't use then with ~~) they are all more likes some weird constant |
|
The entire list should be documented somewhere though |
|
doc/Language/nativecall.pod has a list (apparently missing a few entries), though that also mentions |
|
Oh, so just make it searchable and that's it. |
|
Just noticed that we have https://docs.perl6.org/type/nativeInt. That's the only native type page. Should we remove it? |
|
You can now type |
|
Native int, num and so on can be used to speed up thing, like shaped Array.
They are not only useful with NC
2017-09-03 6:38 GMT+02:00 Aleks-Daniel Jakimenko-Aleksejev <
notifications@github.com>:
… You can now type int32 in the search and it will bring you to the table
with native types. Is the issue resolved or not? If not, what specifically
has to be done?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#372 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AMYVf36mDj9YIN7fdkH2WKFFK14xsqxiks5sei1agaJpZM4HO0hP>
.
--
Sylvain "Skarsnik" Colinet
Victory was near but the power of the ring couldn't be undone
|
I think so. |
Looking at https://github.com/rakudo/rakudo/blob/nom/src/core/natives.pm, I see these types:
int int8 int16 int32 int64 uint uint8 byte uint16 uint32 uint64 num num32 num64 strThe Types TOC only lists one of them, the
intThe text was updated successfully, but these errors were encountered: