neo4j_is_null

@fn bool neo4j_is_null(neo4j_value_t value); @brief Check if a neo4j value is the null value.

@param value The neo4j value. @return true if the value is the null value.

extern (C) extern (D)
neo4j_is_null
(
T
)
(
auto ref T v
)

Meta