Variable Collation.maxVariable
Field that determines up to which characters are considered ignorable when alternate: "shifted"
. Has no effect if alternate: "non-ignorable"
struct Collation
{
// ...
std .typecons .Nullable!(vibe.db.mongo.collection.Collation.MaxVariable) maxVariable
;
// ...
}