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-09-09 14:29:31 GIT hash 98644f8f651c2101a0730cfe31c5807993b7603b built by fridi@fzen)