fn compare(a: anytype, op: CompareOperator, b: anytype) bool
[src]
This function does the same thing as comparison operators, however the operator is a runtime-known enum value. Works on any operands that support comparison operators.
fn compare(a: anytype, op: CompareOperator, b: anytype) bool
This function does the same thing as comparison operators, however the operator is a runtime-known enum value. Works on any operands that support comparison operators.