List::Objects::WithUtils::Hash - Hash-type objects WithUtils
Contents
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' );
