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 object

SYNOPSYS

  my $byte_object = SPVM::Byte->new(5);
  my $byte_value = $byte_object->val;

DESCRIPTION

Byte object.

CONSTRUCTOR

new

  sub new : SPVM::Byte ($value : byte)

Create SPVM::Byte object with specified byte value.

METHODS

val

  sub val : byte ($self : self)

Get byte value.