Collection.insertMany

Useful if you already have an array of bson_t, otherwise it's better to use insert with a range as it builds that array.

struct Collection
insertMany
(
T = BSON
)
(
bson_t*[] toInsert
,
T options = empty!T()
,)

Meta