neo4j_list_get

Return an element from a neo4j list.

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

@param value The neo4j list. @param index The index of the element to return. @return A pointer to a neo4j_value_t element, or NULL if the index is beyond the end of the list.

extern (C)
neo4j_list_get

Meta