vibe.d beta banner
get vibe.d
0.10.0

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

Variable IndexOptions.collation

Collation allows users to specify language-specific rules for string comparison, such as rules for letter-case and accent marks.

struct IndexOptions
{
  // ...
  std.typecons.Nullable!(vibe.db.mongo.collection.Collation) collation ;
  // ...
}
Authors
Copyright
License