RustQ.Rust.AST.BinaryOp (rustq v0.9.3)

Copy Markdown View Source

RustQ AST node generated by RustQ.Rust.AST.NodeDSL.defnode/4.

Summary

Types

t()

@type t() :: %RustQ.Rust.AST.BinaryOp{
  left: RustQ.Rust.AST.expr(),
  op:
    :eq | :ne | :lt | :lte | :gt | :gte | :add | :sub | :mul | :div | :and | :or,
  right: RustQ.Rust.AST.expr()
}