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

Catmandu::Fix::Bind::identity - a binder that doesn't influence computation

Description

       The identity binder doesn't embody any computational strategy. It simply applies the bound fix functions
       to its input without any modification.

Name

       Catmandu::Fix::Bind::identity - a binder that doesn't influence computation

See Also

       Catmandu::Fix::Bind

perl v5.40.0                                       2025-01-17                 Catmandu::Fix::Bind::identity(3pm)

Synopsis

               do identity()
                  fix1()
                  fix2()
                  fix3()
                  .
                  .
                  .
                  fixN()
               end

               # will have the same (side)effects as

               fix1()
               fix2()
               fix3()
               .
               .
               .
               fixN()

See Also