4 lines
106 B
Factor
4 lines
106 B
Factor
|
USING: io.mmap.functor specialized-arrays.direct.uint ;
|
||
|
IN: io.mmap.uint
|
||
|
|
||
|
<< "uint" define-mapped-array >>
|