NAME

Data::HashMap::I32S - hash map from int32 keys to string values

SYNOPSIS

use Data::HashMap::I32S;
my $map = Data::HashMap::I32S->new;
hm_i32s_put $map, 1, "v";
my $v = hm_i32s_get $map, 1;

DESCRIPTION

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