Variable DeleteOptions.writeConcern
A document that expresses the write concern of the insert command. Omit to use the default write concern.
struct DeleteOptions
{
// ...
std .typecons .Nullable!(vibe.db.mongo.collection.WriteConcern) writeConcern
;
// ...
}