Enums§
- Input
Error - Errors that can occur during input operations
Functions§
- input
- Reads a line of input from stdin with a prompt, similar to Python’s input() function.
- input_
trim - Reads a line of input with configurable trimming behavior.
- input_
with_ default - Reads a line of input with a default value if nothing is entered.