mongodb :: NativeBSON :: new
bson_new().The bson_new() function shall create a new bson_t structure on the heap.
It should be freed with bson_destroy() when it is no longer in use.
# Wrapper for `bson_new()`.
#
# The `bson_new()` function shall create a new `bson_t` structure on the heap.
# It should be freed with `bson_destroy()` when it is no longer in use.
new `{ return bson_new(); `}
lib/mongodb/native_mongodb.nit:39,2--43,29