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::Typed - Immutable typed hashes

Author

       Jon Portnoy <avenj@cobaltirc.org>

perl v5.38.2                                       2024-03-07             List::Objects::...mmutable::Typed(3pm)

Description

       These are immutable type-checking hash objects, essentially a combination of
       List::Objects::WithUtils::Hash::Typed and List::Objects::WithUtils::Hash::Immutable.

       Type-checking is performed when the object is created; attempts to modify the object 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::Typed

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

   immhash_of
       Creates a new immutable typed hash object.

Name

       List::Objects::WithUtils::Hash::Immutable::Typed - Immutable typed hashes

Synopsis

         use List::Objects::WithUtils 'immhash_of';
         use Types::Standard -types;
         my $hash = immhash_of Int() => ( foo => 1, bar => 2 );

See Also