add isl_*_list_size as an alternative name for isl_*_list_n_*
commit6bab1a46394d0652aa6d849839a4773e4ff8e11a
authorSven Verdoolaege <sven.verdoolaege@gmail.com>
Wed, 5 Jul 2017 12:34:05 +0000 (5 14:34 +0200)
committerSven Verdoolaege <sven.verdoolaege@gmail.com>
Wed, 4 Jul 2018 17:16:08 +0000 (4 19:16 +0200)
tree5a1895b6edaa3ee41c954b3ff6f74ad8d90f17e2
parent4bb18da59d3f448687ebf412c033795091cd7620
add isl_*_list_size as an alternative name for isl_*_list_n_*

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.

The *_size name matches that of isl_vec_size.
It somewhat conflicts with the name of isl_set_size,
but that function is not documented so it should not affect
the choice of the name of documented functions.

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