Go to the first, previous, next, last section, table of contents.


base_intersection

base_intersection(A,B)
: It returns the intersection of A and B as a set.

Example:

 base_intersection([1,2,3],[2,3,5,[6,5]]);


Go to the first, previous, next, last section, table of contents.