]> gitweb.factorcode.org Git - factor.git/blob - vm/byte_arrays.hpp
Merge branch 'vm_cleanup' of git://github.com/phildawes/factor
[factor.git] / vm / byte_arrays.hpp
1 namespace factor
2 {
3
4 PRIMITIVE(byte_array);
5 PRIMITIVE(uninitialized_byte_array);
6 PRIMITIVE(resize_byte_array);
7
8 }