Function yrs::ymap_iter[][src]

#[no_mangle]
pub unsafe extern "C" fn ymap_iter(
    map: *const Map,
    txn: *const Transaction
) -> *mut MapIter
Expand description

Returns an iterator, which can be used to traverse over all key-value pairs of a map.

Use ymap_iter_next function in order to retrieve a consecutive (unordered) map entries. Use ymap_iter_destroy function in order to close the iterator and release its resources.