Add disclaimer about path hash code

This commit is contained in:
kayomn 2023-02-18 23:49:31 +00:00
parent 44ee0591a2
commit a58b0d7bdb
1 changed files with 2 additions and 0 deletions

View File

@ -497,6 +497,8 @@ export namespace core {
/**
* Returns a hash code generated from the values in `bytes`.
*
* *Note:* the returned hash code is not guaranteed to be unique.
*/
constexpr usize hash(slice<u8 const> const & bytes) {
usize hash_code = 5381;