7 lines
218 B
Factor
7 lines
218 B
Factor
|
! Copyright (C) 2009 Joe Groff.
|
||
|
! See http://factorcode.org/license.txt for BSD license.
|
||
|
USING: mirrors specialized-arrays math.vectors ;
|
||
|
IN: specialized-arrays.mirrors
|
||
|
|
||
|
INSTANCE: specialized-array enumerated-sequence
|