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::Immutable - Immutable hash objects

Author

       Jon Portnoy <avenj@cobaltirc.org>

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

Description

       These are immutable hash objects; attempting to call list-mutating methods (or modify the backing hash
       directly) will throw an exception.

       This class consumes the following roles, which contain most of the relevant documentation:

       List::Objects::WithUtils::Role::Hash

       List::Objects::WithUtils::Role::Hash::Immutable

       (See List::Objects::WithUtils::Hash for a mutable implementation.)

   immhash
       Creates a new immutable hash object.

Name

       List::Objects::WithUtils::Hash::Immutable - Immutable hash objects

Synopsis

         use List::Objects::WithUtils 'immhash';
         my $hash = immhash( foo => 1, bar => 2 );

See Also