davidl schrieb: > The cons/pros of this proposal: > Cons: > ungly syntax da!(int)(3) is really worse than int[3]; > slow down the compiling process > Yep, you say it. > Also Tuple!(int, float) is accused as ugly > Can't understand what's so ugly about that. int~float is nothing better.