Are 64 bit natives universally available?

2017-08-27 Thread David Warring
Quick question.

I just want to doublle check that int64,  uint64 are universally available
via Perl 6, before introducing them into modules. e.g.
% perl6 -e'my uint64 $n = 99; say $n'
99

- David


Re: Are 64 bit natives universally available?

2017-08-27 Thread Elizabeth Mattijsen
They have been available since Christmas, afaik.

> On 27 Aug 2017, at 22:42, David Warring  wrote:
> 
> Quick question.
> 
> I just want to doublle check that int64,  uint64 are universally available 
> via Perl 6, before introducing them into modules. e.g.
> % perl6 -e'my uint64 $n = 99; say $n'   
> 99
> 
> - David


Re: Are 64 bit natives universally available?

2017-08-27 Thread David Warring
Thanks Liz,
I just had a momentary concern that they might not be available on Win32 or
other 32 bit platforms.
Roast confirms that they're available everywhere as well.

Thanks,
David

On Mon, Aug 28, 2017 at 9:08 AM, Elizabeth Mattijsen  wrote:

> They have been available since Christmas, afaik.
>
> > On 27 Aug 2017, at 22:42, David Warring  wrote:
> >
> > Quick question.
> >
> > I just want to doublle check that int64,  uint64 are universally
> available via Perl 6, before introducing them into modules. e.g.
> > % perl6 -e'my uint64 $n = 99; say $n'
> > 99
> >
> > - David
>