I ve used List.exists( ), i woudl like to know if there is an equivalent for Db.
If i have a function f(e) : bool, i would like to know if there is at least one element e, with f(e) -> true. Currently i use the Db.intmap_fold_range( ), but it iterates over all the Db, whereas it would be better for performances to stop at the first return true.