Crate cmp_macro

Source
Expand description

§cmp_macro

This macro allows you to write a summary comparison, just like in Python.

Macros§

eq
equal
eqty
equal with type cast
ge
greater than or equal
gety
greater than or equal with type cast
gt
greater than
gtty
greater than with type cast
le
less than or equal
lety
less than or equal with type cast
lt
less than
ltty
less than with type cast