Expand description
Standard input and output.
Functionsยง
- ax_
console_ read_ bytes - Reads a slice of bytes from the console, returns the number of bytes written.
- ax_
console_ write_ bytes - Writes a slice of bytes to the console, returns the number of bytes written.
- ax_
console_ write_ fmt - Writes a formatted string to the console.