NAME
SPVM::Int - Int object
CLASS METHODS
new
sub new : Int ($value : int)
Construct Int object with specified value.
METHODS
val
sub val : int ($self : self)
Get value.
set_val
sub set_val : void ($self : self, $value : int)
Set value.