The OpenD Programming Language

staticArray

Constructs static array.

T[N]
staticArray
(
T
size_t N
)
(
return scope T[N] a...
)

Meta