neo4j_list

Construct a neo4j value encoding a list.

@param items An array of neo4j values. The pointer to the items must remain valid, and the content unchanged, for the lifetime of the neo4j value. @param n The length of the array of items. This must be less than UINT32_MAX (or the list will be truncated). @return A neo4j value encoding the List.

extern (C)
neo4j_list
(,
uint n
)

Meta