Thread overview
Integer max value
Jul 02, 2014
pgtkda
Jul 02, 2014
Rene Zwanenburg
Jul 02, 2014
pgtkda
July 02, 2014
Is there a way to get the max size of an integer?
July 02, 2014
On Wednesday, 2 July 2014 at 08:39:06 UTC, pgtkda wrote:
> Is there a way to get the max size of an integer?

int.max

The same exists for other built-ins and enums.
July 02, 2014
On Wednesday, 2 July 2014 at 08:58:46 UTC, Rene Zwanenburg wrote:
> On Wednesday, 2 July 2014 at 08:39:06 UTC, pgtkda wrote:
>> Is there a way to get the max size of an integer?
>
> int.max
>
> The same exists for other built-ins and enums.

thank you very much