Boron 2.1.0
Data Fields

A cell holds a single value of a simple type or a reference (often to a UBuffer) for a complex type. More...

Data Fields

UCellId id
 Basic type identification.
 
UCellDatatype datatype
 For datatype! type.
 
UCellWord word
 For word!, lit-word!, set-word!, get-word! types.
 
UCellNumber number
 For int!, double! types.
 
UCellCoord coord
 For coord! type.
 
UCellVec3 vec3
 For vec3! type.
 
UCellSeries series
 For binary!, bitset!, string!, file!, block!, paren!, path! types.
 
UCellSeries context
 For context! type.
 
UCellSeries port
 For port! type.
 
UCellError error
 For error! type.
 

Detailed Description

A cell holds a single value of a simple type or a reference (often to a UBuffer) for a complex type.

It will always be 16 bytes. Normally cells are contained in block UBuffers.

Examples
calculator.c.

The documentation for this union was generated from the following files: