| Map a function onto a boolean vector. Maps the function fun onto all the elements in a and b. The value returned from fun is stored in a new vector which is then returned. An example of a mapping function is bdd_and which can be used like thisto calculate the logical 'and' of all the BDDs in a and b. 
 
 
 | 
 1.5.1
 1.5.1