We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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 1: Make a u8data structure
> (define mydata (u8data)) > mydata (0 . 0)