# Functions
NewAutoincrementIndex instantiates a new AutoincrementIndex instance.
NewNonUniqueIndexWithOptions instantiates a new NonUniqueIndex instance.
NewUniqueIndexWithOptions instantiates a new UniqueIndex instance.
# Structs
Autoincrement are fields for an index of type autoincrement.
NonUnique are fields for an index of type non_unique.
Unique are fields for an index of type unique.
# Interfaces
Index can be implemented to create new indexer-strategies.