mirror of
https://github.com/vlang/v.git
synced 2025-09-15 15:32:27 +03:00
7 lines
259 B
Markdown
7 lines
259 B
Markdown
## Description:
|
|
|
|
`hash` provides a way to hash binary data, i.e. produce a shorter value,
|
|
that is highly content dependent, so even slightly different content will
|
|
produce widely different hashes.
|
|
|
|
Hash functions are useful for implementing maps, caches etc.
|