add isl_hash_table_first
commit22af29c1bb423663f72216c13eb64edb28bbf941
authorSven Verdoolaege <sven.verdoolaege@gmail.com>
Mon, 15 Nov 2021 16:17:59 +0000 (15 17:17 +0100)
committerSven Verdoolaege <sven.verdoolaege@gmail.com>
Sat, 9 Jul 2022 08:59:08 +0000 (9 10:59 +0200)
tree9008334158b852cc0800274ccf1e63a4b0babd2b
parentf7b0ef95845d57fc839090d5075b84fa706eeb15
add isl_hash_table_first

This will be useful in an upcoming commit to obtain
the entry of a table that is known to have a single entry.
For now, this is only meant to be used internally.

Signed-off-by: Sven Verdoolaege <sven.verdoolaege@gmail.com>
Makefile.am
isl_hash.c
isl_hash_private.h [new file with mode: 0644]