The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

SPVM::Short - Short object

CLASS METHODS

new

  sub new : Short ($value : short)

Construct Short object with specified value.

METHODS

val

  sub val : short ($self : self)

Get value.

set_val

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

Set value.