cfunction (int/u64 value) Create a boxed unsigned 64 bit integer from a string value.
(int/u64 42) # => <core/u64 42> (int/u64 42.1) # => <core/u64 42> (int/u64 "42") # => <core/u64 42>