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::Short - Short object

CLASS METHODS

new

  sub new : Short ($value : short)

Construct Short object with specified value.

METHODS

get_value

  sub get_value : short ($self : self)

Get value.

set_value

  sub set_value : void ($self : self, $value : short)

Set value.