Function avalog::eq

source ยท
pub fn eq<T, U, S>(a: T, b: U) -> Expr<S>
where T: Into<Expr<S>>, U: Into<Expr<S>>, S: Symbol,
Expand description

Constructs an equality expression.