Variable IndexOptions.partialFilterExpression
If specified, the index only references documents that match the filter expression. See Partial Indexes for more information.
struct IndexOptions
{
// ...
std .typecons .Nullable!(vibe.data.bson.Bson) partialFilterExpression
;
// ...
}