Function MongoCollection.insertMany
Inserts the provided document(s). If a document is missing an identifier, one is generated automatically by vibe.d.
InsertManyResult insertMany(T)
(
T[] documents,
InsertManyOptions options = InsertManyOptions .init
);
See Also
Standards
https://www.mongodb.com/docs/manual/reference/command/insert/