NAME
Data::HashMap::I16S - hash map from int16 keys to string values
SYNOPSIS
use Data::HashMap::I16S;
my $map = Data::HashMap::I16S->new;
hm_i16s_put $map, 1, "v";
my $v = hm_i16s_get $map, 1;
DESCRIPTION
One of the fourteen variants of Data::HashMap, which documents the API, the hm_i16s_* keywords and every caveat.