pub unsafe extern "C" fn value_get_length(value: Value) -> usize
Expand description

Returns the length of the given map or list.

If an item is not a list or map the return value is 0.