NAME

Data::HashMap::II - hash map from int64 keys to int64 values

SYNOPSIS

use Data::HashMap::II;
my $map = Data::HashMap::II->new;
hm_ii_put $map, 1, 2;
my $v = hm_ii_get $map, 1;

DESCRIPTION

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