Next: , Previous: , Up: iklib vectors   [Index]


6.28.3 Vector comparison procedures

Function: vector=? vec0 vec

Return #t if the vector arguments are equal according to equal?; otherwise return #f.

Function: vector!=? vec0 vec

The arguments must be vectors. Return #t if the arguments are all different: no two arguments are equal; otherwise return #f. When applied to a single argument: return #f.