[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

Comparison & Hashing of OCaml vectors

Function: compare : t -> t -> int
Compare the two vectors as does vector_compare. In the case where the vectors have different lengths, compare the length.
Function: compare_expr : t -> t -> int
Compare the two vectors as does vector_compare_expr. In the case where the vectors have different lengths, compare the length.
Function: hash : t -> int
Compute a hash key for vectors, as does vector_hash.



This document was generated on October, 27 2006 using texi2html