neo4j_map_getentry

Return an entry from a neo4j map.

Note that the result is undefined if the value is not of type NEO4J_MAP.

@param value The neo4j map. @param index The index of the entry to return. @return The entry at the specified index, or NULL if the index is too large.

extern (C)
neo4j_map_getentry

Meta