Variable Collation.alternate
Field that determines whether collation should consider whitespace and punctuation as base characters for purposes of comparison.
struct Collation
{
// ...
std .typecons .Nullable!(vibe.db.mongo.collection.Collation.Alternate) alternate
;
// ...
}