factor/vm/byte_arrays.hpp

10 lines
114 B
C++
Executable File

namespace factor
{
PRIMITIVE(byte_array);
PRIMITIVE(uninitialized_byte_array);
PRIMITIVE(resize_byte_array);
}