mirror of
https://github.com/logos-messaging/logos-messaging-go-bindings.git
synced 2026-01-15 20:33:09 +00:00
git-subtree-dir: third-party/nwaku git-subtree-split: d94cb7c73631ffd4b934839ba58bc622d331a135
3 lines
92 B
Nim
3 lines
92 B
Nim
template chainedComparison*(a: untyped, b: untyped, c: untyped): bool =
|
|
a == b and b == c
|