Expand description
Utility functions for reading from stdin
.
Functionsยง
- Reads bytes from
stdin
into a String. - Short-hand for
parse(true)
. - Reads bytes from
stdin
into a String. - Reads bytes from
stdin
. - Shortcut for
(unwrap(a), unwrap(b))
. - Short-hand for
unwrap(value, true)
. - Reads stdin into a String and parses it as
Vec<T>
using whitespaces as delimiters if the givenVec<T>
is empty.