Tyler Knott wrote: > For all types you can use T.init as the dummy value to the function (I > just remembered its existence). Doesn't work for static arrays IIRC, since typeof(T[N].init) == T (for constant integer N)...