Tags: | collections |
Authors: | Slava Pestov |
byte-array |
byte-sequence |
Word | Stack effect |
(byte-array) | ( n -- byte-array ) |
<byte-array> | ( n -- byte-array ) |
resize-byte-array | ( n byte-array -- new-byte-array ) |
Word | Stack 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 ) |
Word | Stack effect |
byte-array? | ( object -- ? ) |
byte-sequence? | ( object -- ? ) |