-
Notifications
You must be signed in to change notification settings - Fork 86
Index of Module sets
Chris Petersen edited this page Mar 24, 2016
·
1 revision
Module: sets
This module contains a binary search tree implementation of sets
Function | Short Description |
---|---|
(set? s) | Check is argument is a set |
(set-adjoin e s) | Return new adjoined set |
(set-difference set1 set2) | Return set difference |
(set-element? element set) | Check if element present |
(set-empty operator) | Create empty set |
(set-empty? s) | Check for empty set |
(set-intersection s1 s2) | Return set intersection |
(set-remove e s) | Remove element from set |
(set-singleton e operator) | Create set with one element |
(set-sum lst) | Sum a list of sets |
(set-union s1 s2) | Return set union |
(set->list s) | Convert set to list |
(list->set l operator) | Convert a list to a set |
-
- accelerometer
- alist
- audio
- audioaux
- base64
- btle-scan
- camera
- cdb
- cgi
- config
- csv
- curl
- digest
- dmtx
- download
- eventloop
- fcgi
- fft
- generalized-arrays
- gps
- graph
- gyro
- hidapi
- hpdf
- html
- httpsclient
- hybridapp
- json
- lmdb
- ln_core
- ln_glcore
- ln_glgui
- ln_store
- localization
- localization_gui
- localnotification
- magnetometer
- mdns
- mqtt
- mqtt-store
- multitouch
- oauth
- orientation
- p256ecdsa
- png
- portaudio
- pregexp
- pressure
- prime
- pushnotification
- redcap
- rsa
- rtaudio
- rupi
- rotation
- sanestring
- scheduler
- serial
- sets
- settings
- simplexnoise
- sqlite
- ssax
- syntax-case
- timestamp
- ttf
- uiform
- url
- uuid
- vibrate
- videoplayer
- watchdog
- website
- xml
- zip