NAME
Data::HashMap::I16 - hash map from int16 keys to int16 values
SYNOPSIS
use Data::HashMap::I16;
my $map = Data::HashMap::I16->new;
hm_i16_put $map, 1, 2;
my $v = hm_i16_get $map, 1;
DESCRIPTION
One of the fourteen variants of Data::HashMap, which documents the API, the hm_i16_* keywords and every caveat.