5 lines
155 B
Factor
5 lines
155 B
Factor
|
USING: specialized-arrays.float specialized-arrays.direct.functor ;
|
||
|
IN: specialized-arrays.direct.complex-float
|
||
|
|
||
|
<< "complex-float" define-direct-array >>
|