structof

Make a simple struct out of a static array. Used to apply .tupleof on the arrays in DMD 2.099.

@safe
structof
(
T
size_t size
)
(
T[size] value
)

Meta