cocktail/vodka_converter
Functions
Convert an integer to a “stringify” ByteArray value
let int_bytes = convert_int_to_bytes(123);
let this_is_true = int_bytes == "123";
Convert an integer to a “stringify” ByteArray value
let int_bytes = convert_int_to_bytes(123);
let this_is_true = int_bytes == "123";