specialized-arrays.instances.alien.c-types.int vocabulary - Factor Documentation (original) (raw)

specialized-arrays.instances.alien.c-types.int vocabulary
Factor handbook » Vocabulary index

Summary

Metadata

Parents: specialized-arrays.instances.alien.c-types

Words

Tuple classes

Class Superclass Slots
int-array tuple underlying length

Parsing words

Word Syntax
int-array{

Ordinary words

Word Stack effect
(int-array) ( n -- specialized-array )
( alien len -- specialized-array )
( n -- specialized-array )

Class predicate words

Word Stack effect
int-array? ( object -- ? )