Skip to content
Chris Petersen edited this page Mar 24, 2016 · 1 revision

Checks if the element is present in the set.

Parameter Description
element Set element
set Set

Example

> (define a (set-singleton 1 <))
> (set-element? 1 a)
#t
Clone this wiki locally