logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Geometry::Primitive::Equal - Equality Role

Author

       Cory Watson <gphat@cpan.org>

Description

       Geometry::Primitive::Equal is a Moose role for equality.

Methods

equal_to
       Implement this.

   not_equal_to
       Provided you implement "equal_to", this will be implemented for you!

Name

       Geometry::Primitive::Equal - Equality Role

Synopsis

         with 'Geometry::Primitive::Equal';

         sub equal_to {
             my ($self, $other) = @_;

             # compare and return!
         }

See Also