Handbook
Glossary
tangut-block? ( char -- ? )
Vocabulary
unicode
.
collation
.
private
Inputs
char
an
object
Outputs
?
an
object
Definition
USING:
combinators.short-circuit
math.order
;
IN:
unicode.collation.private
:
tangut-block?
( char -- ? )
{
[
94208 101119
between?
]
[
101632 101775
between?
]
}
1||
;
inline