length<=> ( obj1 obj2 -- <=> )


Vocabulary
c.lexer

Definition
USING: math.order sequences ;

IN: c.lexer

: length<=> ( obj1 obj2 -- <=> ) [ length ] compare ;