Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Corelib
ByteArray
BYTE_ARRAY_MAGIC
pub fn panic_with_byte_array(err: ByteArray) -> never
use core::panics::panic_with_byte_array; let error_msg = "An error occurred"; panic_with_byte_array(@error_msg);
Was this page helpful?