Is there any way to represent mixed data (of various types) as a single array? In scilab, we have list, and you can do list(integer, stringvar ....) etc. Can you do something similar in D? An idea is to use a struct wil all possible data types, but think that is inefficient. Any other ideas?