add isl_*_list_get_at as an alternative name for isl_*_list_get_*
commit4bb18da59d3f448687ebf412c033795091cd7620
authorSven Verdoolaege <sven.verdoolaege@gmail.com>
Mon, 5 Mar 2018 07:44:05 +0000 (5 08:44 +0100)
committerSven Verdoolaege <sven.verdoolaege@gmail.com>
Wed, 4 Jul 2018 17:16:08 +0000 (4 19:16 +0200)
treed1d7580e3eab963d03694368c29b14a37d9d1e6e
parent28533ac3f6d6cba685dc7dcc0d2be117754c7a6a
add isl_*_list_get_at as an alternative name for isl_*_list_get_*

The type of the element is implicit in the type of the list,
so it does not need to be specified explicitly in the name of the function.
Moreover, several other isl_*_list functions already omit this element type
in their names.

Signed-off-by: Sven Verdoolaege <sven.verdoolaege@gmail.com>
doc/user.pod
include/isl/list.h
isl_list_templ.c