MCPcopy Create free account
hub / github.com/Dobiasd/FunctionalPlus / mod2

Function mod2

test/numeric_test.cpp:13–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11namespace {
12
13int mod2(int x)
14{
15 return x % 2;
16}
17
18int mod7(int x)
19{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected