Handbook
Glossary
completely-ignorable? ( weight -- ? )
Vocabulary
unicode
.
collation
Inputs
weight
an
object
Outputs
?
an
object
Definition
USING:
accessors
combinators.short-circuit
math
;
IN:
unicode.collation
:
completely-ignorable?
( weight -- ? )
{
[
primary>>
zero?
]
[
secondary>>
zero?
]
[
tertiary>>
zero?
]
}
1&&
;