]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/alien/c-types/c-types-docs.factor
Specialized arrays, structs and other objects responding to the >c-ptr / byte-length...
[factor.git] / basis / alien / c-types / c-types-docs.factor
index 0bcb7b9401817157f495f6b0cdd750ba64847ca5..9592fb1812715d38f11e4ae412d8df18f7e93d4c 100644 (file)
@@ -6,10 +6,6 @@ QUALIFIED: math
 QUALIFIED: sequences
 IN: alien.c-types
 
-HELP: byte-length
-{ $values { "seq" "A byte array or float array" } { "n" "a non-negative integer" } }
-{ $contract "Outputs the size of the byte array, struct, or specialized array data in bytes." } ;
-
 HELP: heap-size
 { $values { "name" "a C type name" } { "size" math:integer } }
 { $description "Outputs the number of bytes needed for a heap-allocated value of this C type." }