NAME
Data::HashMap::IS - hash map from int64 keys to string values
SYNOPSIS
use Data::HashMap::IS;
my $map = Data::HashMap::IS->new;
hm_is_put $map, 1, "v";
my $v = hm_is_get $map, 1;
DESCRIPTION
One of the fourteen variants of Data::HashMap, which documents the API, the hm_is_* keywords and every caveat.