MapArray


Description:

[ CCode ( has_construct_function = false ) ]
[ Version ( since = "0.17.0" ) ]
public MapArray (Array offsets, Array keys, Array items) throws Error

Parameters:

offsets

The offsets Array containing n + 1 offsets encoding length and size.

keys

The Array containing key values.

items

The items Array containing item values.

Returns:

A newly created MapArray or null on error.