-
Notifications
You must be signed in to change notification settings - Fork 86
subu8data
Chris Petersen edited this page Oct 16, 2014
·
1 revision
subu8data creates a subset of u8data.
Parameter | Description |
---|---|
data | u8data operated on |
start | Start index position |
end | Stop index position |
Example 1:
> (define mydata (u8vector->u8data (u8vector 1 4 9 16 25 36 49 64 81 100)))
> (define mypartdata (subu8data mydata 4 9))
> (u8data->u8vector mypartdata)
#u8(25 36 49 64 81)
-
- 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