MCPcopy Create free account
hub / github.com/WheretIB/nullc / auto

Function auto

tests/TestGeneric.cpp:277–278  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

275\r\n\
276auto range(list_node ref c)\r\n\
277{\r\n\
278 return coroutine auto(){ while(c){ yield c.value; c = c.next; } return 0; };\r\n\
279}\r\n\
280\r\n\
281auto prod(generic f)\r\n\

Callers 15

TestClosures.cppFile · 0.70
sumFunction · 0.70
funcFunction · 0.70
func2Function · 0.70
TestVarargs.cppFile · 0.70
TestMembers.cppFile · 0.70
TestGeneric.cppFile · 0.70
lazyFunction · 0.70
TestExtra.cppFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected