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