Cmp

Dict has the path that satisfies the predicate

Constructors

this
this(string path, string op, Tag constant)
Undocumented in source.
this
this(Path path, string op, Tag constant)
Undocumented in source.
this
this(Path path, Op op, Tag constant)
Undocumented in source.
this
this(Cmp other)
Undocumented in source.
this
this()
Undocumented in source.

Members

Enums

Op
enum Op
Undocumented in source.

Functions

eval
bool eval(Obj obj, Resolver resolver)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(Cmp other)
Undocumented in source. Be warned that the author may not have intended to support it.
toHash
size_t toHash()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

tags
Dict tags [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta