Corelib
ByteArray
pub fn print_byte_array_as_string(self: ByteArray)
let ba: ByteArray = "123"; print_byte_array_as_string(@ba);
Was this page helpful?