aboutsummaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
authorcolin <colin@cicadas.surf>2024-09-14 08:09:26 -0700
committercolin <colin@cicadas.surf>2024-09-14 08:09:26 -0700
commit3394261352a6103c8969f1cd938135a03754cf0b (patch)
tree8498b1886ebe811ab1e557235bbbfc017e0e9d4f /README.org
parenta0f32d5ac333b88bb294c613698389ac8e687f92 (diff)
Add table deftypeHEADmain
Diffstat (limited to 'README.org')
-rw-r--r--README.org1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.org b/README.org
index 49e549a..cb6f2a8 100644
--- a/README.org
+++ b/README.org
@@ -7,6 +7,7 @@ A tiny library that provides
+ ~(list-of type &optional len)~ DEFTYPE for a LIST of elements with TYPE
+ ~(vector-of type &optional len)~ DEFTYPE for a VECTOR of elements with TYPE
+ ~(tuple &rest types)~ DEFTYPE for a list of exactly TYPES
++ ~(table from to)~ DEFTYPE for a hashtable
Here are some examples: