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.name

Optionally specify a specific name for the index outside of the default generated name. If none is provided then the name is generated in the format "[field]_[direction]"

struct IndexOptions
{
  // ...
  string name ;
  // ...
}
Authors
Copyright
License