This website requires JavaScript.
Explore
Help
Sign In
waku-org
/
nwaku
mirror of
https://github.com/waku-org/nwaku.git
Watch
1
Star
0
Fork
You've already forked nwaku
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
67439057fb
nwaku
/
tests
/
testlib
/
comparisons.nim
3 lines
92 B
Nim
Raw
Blame
History
template
chainedComparison
*
(
a
:
untyped
,
b
:
untyped
,
c
:
untyped
)
:
bool
=
a
=
=
b
and
b
=
=
c
Reference in New Issue
View Git Blame
Copy Permalink