]> gitweb.factorcode.org Git - factor.git/blobdiff - core/sequences/sequences-docs.factor
Fix conflict
[factor.git] / core / sequences / sequences-docs.factor
index a7481d46d5df8e2d7c66a770ce3acd494eb88746..7cf83d2e37f3672990f35079d3eeb6cd39a732a7 100755 (executable)
@@ -1,5 +1,5 @@
-USING: arrays bit-arrays help.markup help.syntax math
-sequences.private vectors strings quotations sbufs kernel math.order ;
+USING: arrays help.markup help.syntax math
+sequences.private vectors strings kernel math.order ;
 IN: sequences
 
 ARTICLE: "sequences-unsafe" "Unsafe sequence operations"
@@ -413,6 +413,7 @@ HELP: first4
 
 HELP: array-capacity
 { $values { "array" "an array" } { "n" "a non-negative fixnum" } }
+{ $class-description "A predicate class whose instances are valid array sizes for the current architecture. The minimum value is zero and the maximum value is " { $link max-array-capacity } "." }
 { $description "Low-level array length accessor." }
 { $warning "This word is in the " { $vocab-link "sequences.private" } " vocabulary because it is unsafe. It does not check types, so improper use can corrupt memory." } ;