neo4j_map_entry

@fn neo4j_map_entry_t neo4j_map_entry(const char *key, neo4j_value_t value); @brief Constrct a neo4j map entry.

@param key The null terminated string key for the entry. @param value The value for the entry. @return A neo4j map entry.

extern (C) extern (D)
neo4j_map_entry
(
T0
T1
)
(
auto ref T0 key
,
auto ref T1 value
)

Meta