factor/library/collections/sequence-eq.facts

7 lines
350 B
Plaintext
Raw Normal View History

IN: sequences
USING: help kernel ;
HELP: sequence= "( seq1 seq2 -- ? )"
{ $values { "seq1" "a sequence" } { "seq2" "a sequence" } { "?" "a boolean" } }
{ $description "Tests if the two sequences have the same length and elements. This is weaker than " { $link = } ", since it does not ensure that the sequences are instances of the same class." } ;