Wrapper for bson_destroy().

The bson_destroy() function shall free an allocated bson_t structure. This function should always be called when you are done with a bson_t unless otherwise specified.

This instance should not be used beyond this point!

Property definitions

mongodb $ NativeBSON :: destroy
	# Wrapper for `bson_destroy()`.
	#
	# The `bson_destroy()` function shall free an allocated `bson_t` structure.
	# This function should always be called when you are done with a `bson_t`
	# unless otherwise specified.
	#
	# This instance should not be used beyond this point!
	fun destroy `{ bson_destroy(self); `}
lib/mongodb/native_mongodb.nit:69,2--76,38