NAME
Data::HashMap::I16A - hash map from int16 keys to any Perl value values
SYNOPSIS
use Data::HashMap::I16A;
my $map = Data::HashMap::I16A->new;
hm_i16a_put $map, 1, [1, 2];
my $v = hm_i16a_get $map, 1;
DESCRIPTION
One of the fourteen variants of Data::HashMap, which documents the API, the hm_i16a_* keywords and every caveat.