mongodb :: NativeBSON :: destroy
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!
	# 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