function assoc_list_nitems(a) result(n) type(assoc_list_t), intent(in) :: a integer :: n n = a%nitems end function assoc_list_nitems