MongoCollection.ensureIndex - multiple declarations
Function MongoCollection.ensureIndex
deprecated void ensureIndex
(
scope const(std .typecons .Tuple!(string,int))[] field_orders,
IndexFlags flags = IndexFlags .none,
core .time .Duration expire_time = dur(0L)
) @safe;
Function MongoCollection.ensureIndex
deprecated void ensureIndex
(
int[string] field_orders,
IndexFlags flags = IndexFlags .none,
ulong expireAfterSeconds = 0LU
) @safe;