vodka_converter

Functions

convert_int_to_bytes(i: Int) -> ByteArray

Convert an integer to a “stringify” ByteArray value

let int_bytes = convert_int_to_bytes(123);
let this_is_true = int_bytes == "123";

get_number_digit(i: Int) -> Int

Get the number of digits in an integer

Search Document