Containers
Contiguous chunks of data.
Since chunks are contiguous, a sequence is encoded by its first element.
The length of the sequince has to be known or computable.
Sets of sequences
To check string (a null terminated character sequence)
enum e_object_type
{
}
struct s_object
{
int type;
void *self;
}
ssize_t object_size(int type);