byte-arrays vocabulary
Factor handbook ยป Vocabulary index


Documentation
Byte arrays

Metadata
Tags:collections
Authors:Slava Pestov


Words

Builtin classes
byte-array


Mixin classes
byte-sequence


Primitives
WordStack effect
(byte-array)( n -- byte-array )
<byte-array>( n -- byte-array )
resize-byte-array( n byte-array -- new-byte-array )


Ordinary words
WordStack effect
1byte-array( x -- byte-array )
2byte-array( x y -- byte-array )
3byte-array( x y z -- byte-array )
4byte-array( w x y z -- byte-array )
>byte-array( seq -- byte-array )


Class predicate words
WordStack effect
byte-array?( object -- ? )
byte-sequence?( object -- ? )


Files


Metadata files