mirror of https://github.com/waku-org/nwaku.git
3 lines
92 B
Nim
3 lines
92 B
Nim
|
template chainedComparison*(a: untyped, b: untyped, c: untyped): bool =
|
||
|
a == b and b == c
|