Function g_code::emit::command::program_end
source · pub fn program_end<'a, I: Iterator<Item = Field<'a>>>(args: I) -> Command<'a>Expand description
Signals the end of a program
To instantiate the command, call this function or use the crate::command macro.