]> gitweb.factorcode.org Git - factor.git/blob - basis/io/mmap/bool/bool.factor
change math.floats.env tests not to use any libm functions, which don't reliably...
[factor.git] / basis / io / mmap / bool / bool.factor
1 USING: io.mmap.functor specialized-arrays.bool ;
2 IN: io.mmap.bool
3
4 << "bool" define-mapped-array >>