From 3394261352a6103c8969f1cd938135a03754cf0b Mon Sep 17 00:00:00 2001 From: colin Date: Sat, 14 Sep 2024 08:09:26 -0700 Subject: Add table deftype --- README.org | 1 + 1 file changed, 1 insertion(+) (limited to 'README.org') 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: -- cgit v1.2.3