dextool v4.0.0 (2021-09-08T15:39:18Z)
Dub
Repo
WhereExpr.Opt
miniorm
query_ast
WhereExpr
Undocumented in source.
struct
WhereExpr
static
struct
Opt {
WhereOp
op
;
Expr
expr
;
}
Members
Variables
expr
Expr
expr
;
Undocumented in source.
op
WhereOp
op
;
Undocumented in source.
Meta
Source
See Implementation
miniorm
query_ast
WhereExpr
functions
toString
structs
Opt
variables
optional
required