pub trait StackArg {
// Required method
fn arg_name(self) -> String;
}Expand description
A trait for types that can be used as argument specifiers for Uiua::pop
If the stack is empty, the error message will be “Stack was empty when evaluating {arg_name}”