http://docs.julialang.org/en/latest/stdlib/base/
The stdlib docs are organized by subject matter. What would the benefit of having a separate index of macros be? If one wants a list of exported macros, that's just a matter of doing
grep @ base/exports.jl
http://docs.julialang.org/en/latest/stdlib/base/
The stdlib docs are organized by subject matter. What would the benefit of having a separate index of macros be? If one wants a list of exported macros, that's just a matter of doing
in a Julia repo.