[][src]Function uclicious_libucl_sys::ucl_array_size

pub unsafe extern "C" fn ucl_array_size(top: *const ucl_object_t) -> c_uint

Return size of the array top @param top object to get size from (must be of type UCL_ARRAY) @return size of the array