Definition
An associative array, where arbitrary keys are mapped to values. The
keys can be any object with __hash__() and __eq__() methods.
Called a hash in Perl.
An associative array, where arbitrary keys are mapped to values. The
keys can be any object with __hash__() and __eq__() methods.
Called a hash in Perl.