vibe-d ~master (2026-03-02T06:49:44Z)
Home
Dub
Repo
SinceUntilCmd
index
vibe
db
mongo
collection
Undocumented in source.
version(unittest)
struct
SinceUntilCmd {
@
embedNullable
@
since
(
WireVersion
.
v34
)
Nullable
!
int
a
;
@
embedNullable
@
until
(
WireVersion
.
v30
)
Nullable
!
int
b
;
}
Members
Variables
a
Nullable
!
int
a
;
Undocumented in source.
b
Nullable
!
int
b
;
Undocumented in source.
Meta
Source
See Implementation
index
vibe
db
mongo
collection
functions
deprecatedSince
enforceWireVersionConstraints
errorBefore
since
until
structs
Collation
CombinedCmd
CursorInitArguments
DeprecatedCmd
DeprecatedSinceWireVersion
ErrorBeforeCmd
ErrorBeforeWireVersion
MaxWireVersion
MinWireVersion
MongoCollection
ReadConcern
SinceDeprecatedCmd
SinceUntilCmd
WriteConcern