NAME
Data::HashMap::SI32 - hash map from string keys to int32 values
SYNOPSIS
use Data::HashMap::SI32;
my $map = Data::HashMap::SI32->new;
hm_si32_put $map, "k", 2;
my $v = hm_si32_get $map, "k";
DESCRIPTION
One of the fourteen variants of Data::HashMap, which documents the API, the hm_si32_* keywords and every caveat.