On Thu, Sep 03, 2020 at 10:22:52AM +0200, Erick Ochoa wrote:
> So, I am just wondering is there an interface where I could do something
> like:
>
> ```
> // vars is the field in pt_solution of type bitmap
> EXECUTE_IF_SET_IN_BITMAP (vars, 0, uid, bi)
> {
> // uid is set
> tree pointed_to = get_tree_with_uid(uid);
> }
> ```
There is not.
Jakub
