Skip to content
Chris Petersen edited this page Oct 16, 2014 · 1 revision

u8data-length returns a u8data length.

Parameter Description
data u8data to operated on

Example

Example 1:

> (define mydata (u8vector->u8data (u8vector 0 1 2 3 4 5)))
> (u8data-length mydata)
6
Clone this wiki locally