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

u8data creates a u8data structure. These support u8vector-like operations on single data structure and are used to speed up parsing and catch errors.

Example

Example 1: Make a u8data structure

> (define mydata (u8data))
> mydata
(0 . 0)
Clone this wiki locally