NAME
OP::Int
DESCRIPTION
Scalar-backed overloaded object class for integers.
Extends OP::Num and Data::Integer.
SYNOPSIS
use OP::Int;
my $int = OP::Int->new(42);
SEE ALSO
This file is part of OP.
OP::Int
Scalar-backed overloaded object class for integers.
Extends OP::Num and Data::Integer.
use OP::Int;
my $int = OP::Int->new(42);
This file is part of OP.