NAME

Data::HashMap::IA - hash map from int64 keys to any Perl value values

SYNOPSIS

use Data::HashMap::IA;
my $map = Data::HashMap::IA->new;
hm_ia_put $map, 1, [1, 2];
my $v = hm_ia_get $map, 1;

DESCRIPTION

One of the fourteen variants of Data::HashMap, which documents the API, the hm_ia_* keywords and every caveat.