Sifter.AST.Cmp (Sifter v0.2.0)

View Source

Summary

Types

t()

@type t() :: %Sifter.AST.Cmp{
  field_path: Sifter.AST.field_path(),
  op: Sifter.AST.op(),
  value: term() | [term()]
}