MapDataType
Description:
[
CCode ( has_construct_function =
false ) ]
[
Version ( since =
"0.17.0" ) ]
public MapDataType (
DataType key_type,
DataType item_type)
Parameters:
| key_type |
The key type of the map.
|
| item_type |
The item type of the map.
|
Returns:
|
The newly created map data type.
|