What's the best way to get the element type of an array at compile time?

Something like std.range.ElementType except that works on any array type. There is std.traits.ForeachType, but it wasn't clear if that was the right thing.

--Jon

Reply via email to