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

CLASS METHODS

new

  sub new : Long ($value : long)

Construct Long object with specified value.

METHODS

val

  sub val : long ($self : self)

Get value.

set_val

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

Set value.