]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/persistent/vectors/vectors.factor
factor: Removing SLOT: nth/at/global in favor of using change: at for tuple slots...
[factor.git] / basis / persistent / vectors / vectors.factor
index b0a132249c120f214f6a750ec82574d31054b425..862eed1aa906268323f9ffae4aadaf6babdec9c8 100644 (file)
@@ -3,7 +3,6 @@
 USING: math accessors kernel sequences.private sequences arrays
 combinators combinators.short-circuit parser prettyprint.custom
 persistent.sequences ;
-FROM: sequences => change-nth ;
 IN: persistent.vectors
 
 <PRIVATE