diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2014-01-16 06:23:49 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2014-01-16 06:23:49 -0800 |
commit | da6ce99db9ac21b417262f5d23e605aee391b70e (patch) | |
tree | 7c67c460c2da78d99a7b1ac7cd4db5f26c689679 /hash.h | |
parent | 6a3afa9e22cd33e88f0b1527fcff06c6b42c355d (diff) | |
download | txr-da6ce99db9ac21b417262f5d23e605aee391b70e.tar.gz txr-da6ce99db9ac21b417262f5d23e605aee391b70e.tar.bz2 txr-da6ce99db9ac21b417262f5d23e605aee391b70e.zip |
* hash.c (group_by): New function.
* hash.h (group_by): Declared.
* eval.c (eval_init): group_by registered as group-by intrinsic.
* txr.1: Documented.
Diffstat (limited to 'hash.h')
-rw-r--r-- | hash.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -47,6 +47,7 @@ val hash_eql(val obj); val hash_equal(val obj); val hashv(val args); val hash_construct(val hashv_args, val pairs); +val group_by(val func, val seq, val hashv_args); val hash_keys(val hash); val hash_values(val hash); val hash_pairs(val hash); |