View Source Ash.Query.Operator.GreaterThanOrEqual (ash v1.52.0-rc.16)

left >= right

In comparison, simplifies to not(left < right), so it will never need to be compared against.

Link to this section Summary

Link to this section Functions