Skip to content

Commit

Permalink
note 63 bit indices
Browse files Browse the repository at this point in the history
Closes #3307
  • Loading branch information
coke committed Mar 13, 2021
1 parent 2011280 commit 0f6bce5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/Language/subscripts.pod6
Expand Up @@ -21,6 +21,10 @@ Raku provides two universal subscripting interfaces:
{ } string or object keys Associative Hash, Bag, Mix, Match, ...
=end table
Note that Rakudo's implementation of subscripting allows only 63 bits on
64 bit builds. See
L<Stack Overflow|https://stackoverflow.com/questions/61031107/do-array-indices-need-to-be-native-ints/61031617#61031617>
=head2 B<Positional> subscripting
B<Positional> subscripting(via L<C<postcircumfix [
Expand Down

0 comments on commit 0f6bce5

Please sign in to comment.