factor/basis/specialized-vectors/specialized-vectors-tests.f...

10 lines
307 B
Factor
Raw Permalink Normal View History

2008-12-03 04:43:52 -05:00
IN: specialized-vectors.tests
USING: specialized-arrays specialized-vectors
tools.test kernel sequences alien.c-types ;
SPECIALIZED-ARRAY: float
SPECIALIZED-VECTORS: float double ;
2008-12-03 04:43:52 -05:00
{ 3 } [ double-vector{ 1 2 } 3 suffix! length ] unit-test
2008-12-03 04:43:52 -05:00
{ t } [ 10 float-array{ } new-resizable float-vector? ] unit-test