![]() |
Cyclone Scheme
0.28.0
|
Bytevector type. More...
#include <types.h>
Data Fields | |
| char * | data |
| gc_header_type | hdr |
| int | len |
| tag_type | tag |
Bytevector type.
Bytevectors are similar to regular vectors, but instead of containing objects, each bytevector member is a 8-bit integer.
1.8.17