Handbook
Glossary
last-bytes? ( byte-array -- ? )
Vocabulary
io
.
encodings
.
gb18030
.
private
Inputs
byte-array
an
object
Outputs
?
an
object
Definition
USING:
combinators.short-circuit
kernel
sequences
;
IN:
io.encodings.gb18030.private
:
last-bytes?
( byte-array -- ? )
{
[
length
2
=
]
[
first
quad-1/3?
]
[
second
quad-2/4?
]
}
1&&
;