]> gitweb.factorcode.org Git - factor.git/blob - vm/byte_arrays.hpp
Merge branch 'master' of git://factorcode.org/git/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
9 }