[][src]Type Definition gcode::buffers::DefaultArguments

type DefaultArguments = Vec<Word>;

The default Buffer to use for a GCode's arguments.

This is a type alias for [Vec<Word>] because the crate is compiled with the "std" feature.