Tell me about yourself
Go to file
TEC 1305239f01
Fix printing of GenericMemory
This makes it no longer error, a cleverer display can be worked out in
the future.
2024-04-12 16:36:25 +08:00
src Fix printing of GenericMemory 2024-04-12 16:36:25 +08:00
.gitignore Initial commit 2024-03-15 02:46:31 +08:00
Project.toml Use JuliaSyntaxHighlighting for nicer printing 2024-04-08 23:29:29 +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.