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

List::Objects::WithUtils::Hash - Hash-type objects WithUtils

Author

       Jon Portnoy <avenj@cobaltirc.org>

       Derived from Data::Perl by Matt Phillips (CPAN: MATTP) et al

       Licensed under the same terms as Perl

perl v5.38.2                                       2024-03-07                List::Objects::WithUtils::Hash(3pm)

Description

       This class is the basic concrete implementation of List::Objects::WithUtils::Role::Hash. Methods are
       documented there.

   hash
       Creates a new hash object.

Name

       List::Objects::WithUtils::Hash - Hash-type objects WithUtils

Synopsis

         use List::Objects::WithUtils 'hash';

         my $hash = hash( foo => 'bar' );

See Also