classref: Sync with latest 4.0-alpha

This commit is contained in:
Rémi Verschelde
2022-02-22 10:06:27 +01:00
parent 2ef8d8df34
commit 19fca2678c
128 changed files with 4153 additions and 2432 deletions

View File

@@ -486,9 +486,9 @@ Returns ``true`` if the array contains the given value.
- :ref:`int<class_int>` **hash** **(** **)** |const|
Returns a hashed integer value representing the array and its contents.
Returns a hashed 32-bit integer value representing the array and its contents.
\ **Note:** Arrays with equal contents can still produce different hashes. Only the exact same arrays will produce the same hashed integer value.
\ **Note:** ``Array``\ s with equal content will always produce identical hash values. However, the reverse is not true. Returning identical hash values does *not* imply the arrays are equal, because different arrays can have identical hash values due to hash collisions.
----