cord-both ( cord quot -- h t )


Vocabulary
sequences.cords

Definition
USING: accessors kernel ;

IN: sequences.cords

: cord-both ( cord quot -- h t )
[ [ head>> ] [ tail>> ] bi ] dip bi@ ; inline