NAME

Data::HashMap::I32 - hash map from int32 keys to int32 values

SYNOPSIS

use Data::HashMap::I32;
my $map = Data::HashMap::I32->new;
hm_i32_put $map, 1, 2;
my $v = hm_i32_get $map, 1;

DESCRIPTION

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