SPVM::Long − A long value as An Object
Long class in SPVM represents a long value as an object.
my $long_object
= Long−>new(5);
my $long_value = $long_object−>value;
This class is immutable.
This class is automatically loaded.
|
• |
Stringable |
"has value : ro long;"
The value.
"static method new : Long ($value : long);"
Creates a new Long object with a "long" $value.
"method to_string : string ();"
Casts the value to string type and returns it.
Copyright (c) 2023 Yuki Kimoto
MIT License