Function simple_array_get_count
Source pub unsafe extern "C" fn simple_array_get_count(
instance: *const SimpleArray,
) -> u32
Expand description
Get the count of elements currently contained in a SimpleArray instance.
§Arguments
[in] - instance Pointer to the SimpleArray instance to query the count from
§Returns
Count of elements contained in the instance