Fuzion Logo
fuzion-lang.dev — The Fuzion Language Portal
JavaScript seems to be disabled. Functionality is limited.

hash_code

tuple.type.hash_code

(a tuple.this.type)
 => 
u64
create hash code for this tuple

This should satisfy the following condition:

(T.equality a b) : (T.hash_code a = T.hash_code b)

This will result in a compile-time `panic` in case any element type is not hashable.
0.097dev (GIT hash 557c81996bb4296360bd9e8a6576faac6d72b5ec)
last changed: 2026-06-17