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