On Wednesday, April 30, 2014 7:52:16 AM UTC-5, Oliver Woodford wrote: > > Is that correct? If not, what really is the correct way to constrain input > arrays to be homogenous? >
The tendency in Julia is to embrace that it's a dynamic language, and not excessively type constrain inputs. While I don't think there's a way to do exactly what you want, why do you want to do it? Patrick
