nstcl  >  Documentation  >  nstcl-misc  >  set_intersection

Tcl Powered!

set_intersection

NAME

set_intersection — Returns the intersection of two sets

SYNOPSIS

package require nstcl-misc ?1.0?
package require nstcl ?1.0?

::nstcl::set_intersection x y

DESCRIPTION

Returns the intersection (the elements in common) of two sets x and y.

KEYWORDS

misc, nstcl