Variable AggregateOptions.collation
struct AggregateOptions
{
// ...
std .typecons .Nullable!(vibe.db.mongo.collection.Collation) collation
;
// ...
}