av_int_list_length

Compute the length of an integer list.

@param term list terminator (usually 0 or -1) @param list pointer to the list @return length of the list, in elements, not counting the terminator

extern (C) @nogc nothrow extern (D)
av_int_list_length
(
T0
T1
)
(
auto ref T0 list
,
auto ref T1 term
)

Meta