Tell me about yourself
Go to file
TEC 966b91b7c0
Initial support for about(::Module)
Co-authored-by: Sasha Demin <demin@lix.polytechnique.fr>
2024-05-04 19:24:21 +08:00
ext Initial support for about(::Module) 2024-05-04 19:24:21 +08:00
src Initial support for about(::Module) 2024-05-04 19:24:21 +08:00
.gitignore Initial commit 2024-03-15 02:46:31 +08:00
Project.toml Initial support for about(::Module) 2024-05-04 19:24:21 +08:00
README.org Add a basic readme 2024-03-15 02:48:59 +08:00

README.org

About.jl

Sometimes you want to know more about what you're working with, whether it be a function, type, value, or something else entirely.

This package is a utility to help answer that question, it exports a single function about, which can be applied to any Julia object.