MongoCollection.deleteImpl

Implementation helper. It's possible to set custom delete limits with this method, otherwise it's identical to deleteOne and deleteMany.

struct MongoCollection
@safe
DeleteResult
deleteImpl
(
T
)
(,
DeleteOptions options = DeleteOptions.init
,
scope int[] limits = null
)

Meta