clojure.set

clojure.set

by Rich Hickey

Full namespace name: clojure.set

Overview

Set operations such as union/intersection.

Public Variables and Functions

differencefunction

Usage: (difference s1)
       (difference s1 s2)
       (difference s1 s2 & sets)
Return a set that is the first set without elements of the remaining sets

Added in Clojure version 1.0

Source

indexfunction

Usage: (inde