Function MongoCollection.deleteImpl
Implementation helper. It's possible to set custom delete limits with
this method, otherwise it's identical to deleteOne
and deleteMany
.
DeleteResult deleteImpl(T)
(
T[] queries,
DeleteOptions options = DeleteOptions .init,
scope int[] limits = null
) @safe;