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::Byte - Byte Utility

FUNCTIONS

MIN_VALUE

sub MIN_VALUE : byte ()

A constant holding the minimum value a byte can have, -128.

MAX_VALUE

MAX_VALUE : byte ()

A constant holding the maximum value a byte can have, 127.

BYTES

sub BYTES : int ()

The number of bytes used to represent a byte value in two's complement binary form, 1.

SIZE

sub SIZE : int ()

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