1 2 3 4
use core::scalar @description("Throw an error with the specified message. Stops the execution of the program.") fn error<T>(message: String) -> T