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

Function tenArr

tests/TestInference.cpp:6–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4"//Auto type tests\r\n\
5import std.math;\r\n\
6float lengthSqr(float3 ref f){ return f.x*f.x+f.y*f.y+f.z*f.z; }\r\n\
7float[10] tenArr(float n){ float[10] arr; for(int i = 0; i < 10; i++) arr[i] = n; return arr; }\r\n\
8auto b = 15;\r\n\
9auto c = 2*2.0;\r\n\
10float3 m;\r\n\

Callers 1

TestInference.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected