nwaku/tests/testlib/comparisons.nim

3 lines
92 B
Nim

template chainedComparison*(a: untyped, b: untyped, c: untyped): bool =
a == b and b == c