I'd like to see the source code of a certain function. I find the issue # 2625 <https://github.com/JuliaLang/julia/issues/2625> in Github. I'd like to know whether it is done.
Actually, what I want is even simpler. I'd like to know more about the function `zeros()`, one of whose definition is "zeros(type, dim)". I find that I can call it with both "zeros(Float64,m,n)" and "zeros(Float64,(m,n))". So, I wonder how this function is actually defined.
