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

unique_id

unique_id

get a unique id > 0

this can be used to add a unique identifier to compare instances.

sine there are 2^64-1 possible values, you can safely assume that these are
in fact unique. Assuming one unique id is consumed every nanosecond, it
would take more than 500 years before we run out of values
(2^64/10^9/3600/24/365.25).
0.095dev (2025-08-15 12:02:22 GIT hash 301b5b75e77076d091b38f555473f9f0e31e5b5c built by fridi@fzen)