next | previous | forward | backward | up | top | index | toc | home

Set * Set -- intersection of sets

Synopsis

Description

i1 : set {1,2,3} * set {2,3,4}

o1 = set {2, 3}

o1 : Set

See also