Modules§
Macros§
- echo
- Print macro like C++ cout.
- safe_
scan - Scan macro like C++ cin. Ignores whitespace. Never call panic!(). If failed to translate into desired type, the default value will be assigned.
- scan
- Scan macro like C++ cin. Ignores whitespace.
- space_
scan - Scan macro like C++ cin. Divided by whitespace.
- swap
- Simple swap macro. You don’t need &mut before variable.