Procedures to alias common math and logical operators.
They may be handy to avoid quoted calls in multiline statements or to pass an operator as a procedure in a call.
Procs
proc greaterOrEq[T](x, y: T): bool
- Source Edit
Procedures to alias common math and logical operators.
They may be handy to avoid quoted calls in multiline statements or to pass an operator as a procedure in a call.
proc greaterOrEq[T](x, y: T): bool