diff options
| author | soukev <soukev@soukev.xyz> | 2026-06-15 18:20:37 +0200 |
|---|---|---|
| committer | soukev <soukev@soukev.xyz> | 2026-06-15 18:20:37 +0200 |
| commit | 5fc2c8ee2ffd53aec8c93ff42f42e6433dbdbd67 (patch) | |
| tree | 8ddd4d934be94a46fef227bd3b3056881bc548ad /src/package.lisp | |
Base hash-table convenience functionality
Diffstat (limited to 'src/package.lisp')
| -rw-r--r-- | src/package.lisp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/package.lisp b/src/package.lisp new file mode 100644 index 0000000..c0af7dc --- /dev/null +++ b/src/package.lisp @@ -0,0 +1,6 @@ +(defpackage #:substrate/hash-table + (:use #:cl) + (:export #:hash + #:keys + #:vals + #:get-in)) |
