@Bastien wrote:
Hi,
Is there a way to get all the types defined in a module? For instance I am using DifferentialEquations.jl a lot and I’d like to have a list of all the types defined in that module. I feel like it would help me to have an overview of what’s going on in the code and see how good julia programmers structure their code. Also, knowing that a type exists without having to dig in the doc might help to reuse types.
Thanks
Posts: 5
Participants: 3