Prints aDocumentation Index
Fetch the complete documentation index at: https://docs.starknet.io/llms.txt
Use this file to discover all available pages before exploring further.
ByteArray as a string.
Prints aDocumentation Index
Fetch the complete documentation index at: https://docs.starknet.io/llms.txt
Use this file to discover all available pages before exploring further.
ByteArray as a string.
pub fn print_byte_array_as_string(self: ByteArray)
let ba: ByteArray = "123";
print_byte_array_as_string(@ba);
Was this page helpful?