The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

SPVM::Integer - Integer Utility

CONSTANT FUNCTIONS

MIN_VALUE

int MIN_VALUE()

A constant holding the minimum value a int can have, -2147483648.

MAX_VALUE

int MAX_VALUE()

A constant holding the maximum value a int can have, 2147483647.

SIZE

int SIZE

The number of bits used to represent a int value in two's complement binary form.

BYTES

int BYTES()

The number of ints used to represent a int value in two's complement binary form.

FUNCTIONS