This website requires JavaScript.
Explore
Help
Sign In
steve
/
factor
Watch
1
Star
0
Fork
You've already forked factor
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
01b5430fbf
factor
/
basis
/
io
/
mmap
/
uint
/
uint.factor
4 lines
99 B
Factor
Raw
Normal View
History
Unescape
Escape
specialized-arrays.direct is no more; instead, every specialized-array.<foo> vocabulary has a <direct-T-array> constructor
2009-09-04 23:01:55 -04:00
USING:
io.mmap.functor
specialized-arrays.uint
;
mapped-file no longer supports sequence protocol. Instead, io.mmap.functor generates mapped arrays for all primitive C types
2008-12-02 22:50:34 -05:00
IN:
io.mmap.uint
<<
"uint"
define-mapped-array >>