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

OP::Int - Overloaded object class for integers

DESCRIPTION

Extends OP::Num and Data::Integer.

SYNOPSIS

  use OP::Int;

  my $int = OP::Int->new(42);

SEE ALSO

This file is part of OP.