unordered_map-class {datastructures}R Documentation

Abstract unordered map class

Description

Abstract unordered map class

Slots

.map

C++ object representing a mapping

.key.class

the class of the keys


[Package datastructures version 0.2.8 Index]