mirror of
https://github.com/waku-org/nwaku.git
synced 2025-01-09 22:36:32 +00:00
3 lines
92 B
Nim
3 lines
92 B
Nim
|
template chainedComparison*(a: untyped, b: untyped, c: untyped): bool =
|
||
|
a == b and b == c
|