NAME
Data::HashMap::I32A - hash map from int32 keys to any Perl value values
SYNOPSIS
use Data::HashMap::I32A;
my $map = Data::HashMap::I32A->new;
hm_i32a_put $map, 1, [1, 2];
my $v = hm_i32a_get $map, 1;
DESCRIPTION
One of the fourteen variants of Data::HashMap, which documents the API, the hm_i32a_* keywords and every caveat.