vibe.d beta banner
get vibe.d
0.10.0

Asynchronous I/O that doesn’t get in your way, written in D

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;
Authors

Sönke Ludwig

Copyright

© 2012-2016 Sönke Ludwig

License

Subject to the terms of the MIT license, as written in the included LICENSE.txt file.