neo4j_int

Construct a neo4j value encoding an integer.

@param value A signed integer. This must be in the range INT64_MIN to INT64_MAX, or it will be capped to the closest value. @return A neo4j value encoding the Int.

extern (C)
neo4j_int
(
long value
)

Meta